]> source.dussan.org Git - nextcloud-server.git/commitdiff
Improve spelling in LDAP 5979/head
authorAllan Nordhøy <epost@anotheragency.no>
Fri, 14 Jul 2017 13:38:11 +0000 (15:38 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Fri, 4 Aug 2017 10:17:04 +0000 (12:17 +0200)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
apps/user_ldap/templates/part.wizard-loginfilter.php

index 779b3fdb9a13acccddcf664f36a61fcce6465324..2b0bd3f230d66129c1f9bbb47121b1193ba4abbe 100644 (file)
@@ -9,7 +9,7 @@
                        </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>
@@ -18,7 +18,7 @@
                        </label>
 
                        <input type="checkbox" id="ldap_loginfilter_email"
-                                  title="<?php p($l->t('Allows login against an email attribute. Mail and mailPrimaryAddress will be allowed.'));?>"
+                                  title="<?php p($l->t('Allows login against an email attribute. "mail" and "mailPrimaryAddress" allowed.'));?>"
                                   name="ldap_loginfilter_email" value="1" />
                </p>
                <p>
@@ -41,7 +41,7 @@
                        <textarea type="text" id="ldap_login_filter" name="ldap_login_filter"
                                class="ldapFilterInputElement"
                                placeholder="<?php p($l->t('Edit LDAP Query'));?>"
-                               title="<?php p($l->t('Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: "uid=%%uid"'));?>">
+                               title="<?php p($l->t('Defines the filter to apply, when login is attempted. "%%uid" replaces the username in the login action. Example: "uid=%%uid"'));?>">
                        </textarea>
                </p>
                <p>