Update wizardTabElementary.js

Corrected "More then …" to "More than …".
This commit is contained in:
cmeh 2015-04-28 22:11:24 +02:00
parent 132ce04f31
commit 5e3fe7fb06
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ OCA = OCA || {};
if(objectsFound < 1) {
message = t('user_ldap', 'No object found in the given Base DN. Please revise.');
} else if(objectsFound > 1000) {
message = t('user_ldap', 'More then 1.000 directory entries available.');
message = t('user_ldap', 'More than 1.000 directory entries available.');
} else {
message = t('user_ldap', objectsFound + ' entries available within the provided Base DN');
}