Translation string corrected > 1 user

This commit is contained in:
Alan Tygel 2016-12-21 16:34:24 -03:00 committed by GitHub
parent d5036fd4af
commit efff51c7a8
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.');