diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-01-02 20:32:57 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-01-03 12:32:42 +0100 |
commit | 959996c3b4c8333505f9457b2c6e63b8bf2fbd99 (patch) | |
tree | 79df764844a3b0d9d92a9f3eb8231c5fce9b0aa8 /apps/user_ldap/templates | |
parent | 34e5cb5070a36f2462cf53b7c64c68931dd68d45 (diff) | |
download | nextcloud-server-959996c3b4c8333505f9457b2c6e63b8bf2fbd99.tar.gz nextcloud-server-959996c3b4c8333505f9457b2c6e63b8bf2fbd99.zip |
LDAP: fix spelling
Diffstat (limited to 'apps/user_ldap/templates')
-rw-r--r-- | apps/user_ldap/templates/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 '<p class="ldapwarning">'.$l->t('<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them.').'</p>'; } if(!function_exists('ldap_connect')) { - echo '<p class="ldapwarning">'.$l->t('<b>Warning:</b> The PHP LDAP module needs is not installed, the backend will not work. Please ask your system administrator to install it.').'</p>'; + echo '<p class="ldapwarning">'.$l->t('<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.').'</p>'; } ?> <fieldset id="ldapSettings-1"> |