Skip to content

Commit

Permalink
Merge pull request #27317 from nextcloud/Valdnet-patch-3
Browse files Browse the repository at this point in the history
l10n: Split sentences
  • Loading branch information
Valdnet authored Jun 1, 2021
2 parents b29c3aa + 50e080f commit 94f4756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user_ldap/js/wizard/wizardTabLoginFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ OCA = OCA || {};
if(message === 'Bad search filter') {
message = t('user_ldap', 'The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise.');
} else if(message === 'connection error') {
message = t('user_ldap', 'A connection error to LDAP/AD occurred, please check host, port and credentials.');
message = t('user_ldap', 'A connection error to LDAP/AD occurred. Please check host, port and credentials.');
} else if(message === 'missing placeholder') {
message = t('user_ldap', 'The "%uid" placeholder is missing. It will be replaced with the login name when querying LDAP/AD.');
}
Expand Down

0 comments on commit 94f4756

Please sign in to comment.