diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-06-24 22:10:10 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-06-24 22:10:10 +0200 |
commit | a63f6023fdf001d6fd8377fee12a97fba086a5cf (patch) | |
tree | 0aa1781baf47be5c476a8db91196276cd0230113 /apps/user_ldap/templates | |
parent | 58439c337c2e242c199f153d0529e0b0b482f03a (diff) | |
download | nextcloud-server-a63f6023fdf001d6fd8377fee12a97fba086a5cf.tar.gz nextcloud-server-a63f6023fdf001d6fd8377fee12a97fba086a5cf.zip |
Dropped an S from the mouseover
We had a typo in the ldap initial binding menu mouse over, so changed the text in all references to be correct.
Diffstat (limited to 'apps/user_ldap/templates')
-rw-r--r-- | apps/user_ldap/templates/part.wizard-server.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/templates/part.wizard-server.php b/apps/user_ldap/templates/part.wizard-server.php index 848e699dda6..a16ac1f50dc 100644 --- a/apps/user_ldap/templates/part.wizard-server.php +++ b/apps/user_ldap/templates/part.wizard-server.php @@ -25,7 +25,7 @@ </select> <button type="button" id="ldap_action_add_configuration" name="ldap_action_add_configuration" class="icon-add" - title="<?php p($l->t('Adds a new and blank configuration'));?>"> </button> + title="<?php p($l->t('Add a new and blank configuration'));?>"> </button> <button type="button" id="ldap_action_copy_configuration" name="ldap_action_copy_configuration" class="ldapIconCopy icon-default-style" |