diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-02-20 19:26:16 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-02-20 19:26:16 +0100 |
commit | 866b218f3752a28ade2662e8150654d9e09e7adb (patch) | |
tree | 1fd89efecf2e736fa0bc69617fc527866b0df186 /apps | |
parent | cab27eabc6cb9747395936a8138295a489a85468 (diff) | |
download | nextcloud-server-866b218f3752a28ade2662e8150654d9e09e7adb.tar.gz nextcloud-server-866b218f3752a28ade2662e8150654d9e09e7adb.zip |
Fix misleading wording: searching is affected, not user access.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/templates/part.wizard-userfilter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/templates/part.wizard-userfilter.php b/apps/user_ldap/templates/part.wizard-userfilter.php index 076db93a91a..ebac944e56f 100644 --- a/apps/user_ldap/templates/part.wizard-userfilter.php +++ b/apps/user_ldap/templates/part.wizard-userfilter.php @@ -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"> |