From: Arthur Schiwon Date: Wed, 2 Jan 2013 19:32:57 +0000 (+0100) Subject: LDAP: fix spelling X-Git-Tag: v5.0.0alpha1~239^2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=959996c3b4c8333505f9457b2c6e63b8bf2fbd99;p=nextcloud-server.git LDAP: fix spelling --- diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 8522d2f835c..e690b2f92d8 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -8,7 +8,7 @@ echo '

'.$l->t('Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them.').'

'; } if(!function_exists('ldap_connect')) { - echo '

'.$l->t('Warning: The PHP LDAP module needs is not installed, the backend will not work. Please ask your system administrator to install it.').'

'; + echo '

'.$l->t('Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.').'

'; } ?>