mirror of
https://github.com/nextcloud/server.git
synced 2026-06-15 11:41:20 -04:00
Merge pull request #3550 from nextcloud/fix-misleading-wording
Fix misleading wording: searching is affected, not user access.
This commit is contained in:
commit
fba2a9ffdc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<fieldset id="ldapWizard2">
|
||||
<div>
|
||||
<p>
|
||||
<?php p($l->t('%s access is limited to users meeting these criteria:', $theme->getName()));?>
|
||||
<?php p($l->t('Listing and searching for users is constrained by these criteria:'));?>
|
||||
</p>
|
||||
<p>
|
||||
<label for="ldap_userfilter_objectclass">
|
||||
|
|
|
|||
Loading…
Reference in a new issue