mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
LDAP: improve wizard strings, fixes #5567
This commit is contained in:
parent
84cd6e035e
commit
54f9db403f
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<fieldset id="ldapWizard4">
|
||||
<div>
|
||||
<p>
|
||||
<?php p($l->t('Limit the access to %s to groups meeting this criteria:', $theme->getName()));?>
|
||||
<?php p($l->t('Groups meeting these criteria are available in %s:', $theme->getName()));?>
|
||||
</p>
|
||||
<p>
|
||||
<label for="ldap_groupfilter_objectclass">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<fieldset id="ldapWizard3">
|
||||
<div>
|
||||
<p>
|
||||
<?php p($l->t('What attribute shall be used as login name:'));?>
|
||||
<?php p($l->t('Users login with this attribute:'));?>
|
||||
</p>
|
||||
<p>
|
||||
<label for="ldap_loginfilter_username">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<fieldset id="ldapWizard2">
|
||||
<div>
|
||||
<p>
|
||||
<?php p($l->t('Limit the access to %s to users meeting this criteria:', $theme->getName()));?>
|
||||
<?php p($l->t('Limit %s access to users meeting these criteria:', $theme->getName()));?>
|
||||
</p>
|
||||
<p>
|
||||
<label for="ldap_userfilter_objectclass">
|
||||
|
|
|
|||
Loading…
Reference in a new issue