mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #3561 from nextcloud/fix-misleading-wording-stable10
[stable10] Fix misleading wording: searching is affected, not user access.
This commit is contained in:
commit
81405147c0
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