diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-09-18 14:25:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-18 14:25:16 +0200 |
commit | 8b1eaba417553410871ebec64f78a96cefaa6f6d (patch) | |
tree | 627fe613cec575f812389c97615628d7492c30ef /settings | |
parent | f9dc6c456ecdd4802c4e7ed2e1ceb565480ae82f (diff) | |
parent | 705432ca6f70b9bcc51132b304ca0ff0a5af0d10 (diff) | |
download | nextcloud-server-8b1eaba417553410871ebec64f78a96cefaa6f6d.tar.gz nextcloud-server-8b1eaba417553410871ebec64f78a96cefaa6f6d.zip |
Merge pull request #5585 from nextcloud/contacts_menu_privacy
Enhance privacy of contactsmenu fixes #5107
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/settings/admin/sharing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/settings/admin/sharing.php b/settings/templates/settings/admin/sharing.php index 38071a4bee9..9c9e8c07809 100644 --- a/settings/templates/settings/admin/sharing.php +++ b/settings/templates/settings/admin/sharing.php @@ -96,7 +96,7 @@ <p class="<?php if ($_['shareAPIEnabled'] === 'no') p('hidden');?>"> <input type="checkbox" name="shareapi_allow_share_dialog_user_enumeration" value="1" id="shareapi_allow_share_dialog_user_enumeration" class="checkbox" <?php if ($_['allowShareDialogUserEnumeration'] === 'yes') print_unescaped('checked="checked"'); ?> /> - <label for="shareapi_allow_share_dialog_user_enumeration"><?php p($l->t('Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered.'));?></label><br /> + <label for="shareapi_allow_share_dialog_user_enumeration"><?php p($l->t('Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered.'));?></label><br /> </p> <p> <input type="checkbox" id="publicShareDisclaimer" class="checkbox noJSAutoUpdate" |