Merge pull request #4377 from nextcloud/stable11-2808

[stable11] Translation string corrected > 1 user
This commit is contained in:
Lukas Reschke 2017-04-18 21:07:30 +02:00 committed by GitHub
commit 29b14c46d7
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ OCA = OCA || {};
} else if(usersFound === 1) {
message = t('user_ldap', 'User found and settings verified.');
} else if(usersFound > 1) {
message = t('user_ldap', 'Settings verified, but one user found. Only the first will be able to login. Consider a more narrow filter.');
message = t('user_ldap', 'Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter.');
}
} else {
message = t('user_ldap', 'An unspecified error occurred. Please check the settings and the log.');