diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-06-01 12:20:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 12:20:35 +0200 |
commit | 94f475686c2159bd06cccc41d6bd71d8cbf863a2 (patch) | |
tree | 0546a7d7d6150732b55e48d4ea10ffd9f4a7af49 | |
parent | b29c3aa03f1f5b95b12b51e4f95148f2f01b59d3 (diff) | |
parent | 50e080f37ff99526c31dd0278e67a072448e1394 (diff) | |
download | nextcloud-server-94f475686c2159bd06cccc41d6bd71d8cbf863a2.tar.gz nextcloud-server-94f475686c2159bd06cccc41d6bd71d8cbf863a2.zip |
Merge pull request #27317 from nextcloud/Valdnet-patch-3
l10n: Split sentences
-rw-r--r-- | apps/user_ldap/js/wizard/wizardTabLoginFilter.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/js/wizard/wizardTabLoginFilter.js b/apps/user_ldap/js/wizard/wizardTabLoginFilter.js index 616fb6ea350..a0362c3ba93 100644 --- a/apps/user_ldap/js/wizard/wizardTabLoginFilter.js +++ b/apps/user_ldap/js/wizard/wizardTabLoginFilter.js @@ -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.'); } |