Translation string corrected > 1 user
This commit is contained in:
parent
d5036fd4af
commit
efff51c7a8
1 changed files with 1 additions and 1 deletions
|
@ -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.');
|
||||
|
|
Loading…
Reference in a new issue