Translation string corrected > 1 user

pull/2808/head
Alan Tygel 9 years ago committed by GitHub
parent d5036fd4af
commit efff51c7a8
  1. 2
      apps/user_ldap/js/wizard/wizardTabLoginFilter.js

@ -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…
Cancel
Save