diff options
Diffstat (limited to 'apps/user_ldap/templates')
-rw-r--r-- | apps/user_ldap/templates/part.wizard-loginfilter.php | 6 | ||||
-rw-r--r-- | apps/user_ldap/templates/settings.php | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/user_ldap/templates/part.wizard-loginfilter.php b/apps/user_ldap/templates/part.wizard-loginfilter.php index c7cbabb7aba..1cc46ff52c4 100644 --- a/apps/user_ldap/templates/part.wizard-loginfilter.php +++ b/apps/user_ldap/templates/part.wizard-loginfilter.php @@ -5,16 +5,16 @@ </p> <p> <label for="ldap_loginfilter_username"> - <?php p($l->t('LDAP / AD Username:'));?> + <?php p($l->t('LDAP/AD Username:'));?> </label> <input type="checkbox" id="ldap_loginfilter_username" - title="<?php p($l->t('Allows login against the LDAP / AD username, which is either "uid" or "sAMAccountName" and will be detected.'));?>" + title="<?php p($l->t('Allows login against the LDAP/AD username, which is either "uid" or "sAMAccountName" and will be detected.'));?>" name="ldap_loginfilter_username" value="1" /> </p> <p> <label for="ldap_loginfilter_email"> - <?php p($l->t('LDAP / AD Email Address:'));?> + <?php p($l->t('LDAP/AD Email Address:'));?> </label> <input type="checkbox" id="ldap_loginfilter_email" diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 0f0b33002b8..b6b90d993b9 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -55,7 +55,7 @@ style('user_ldap', 'settings'); ?> <form id="ldap" class="section" action="#" method="post"> - <h2><?php p($l->t('LDAP / AD integration')); ?></h2> + <h2><?php p($l->t('LDAP/AD integration')); ?></h2> <div id="ldapSettings"> <ul> |