Skip to content

Commit 17ff269

Browse files
authored
Merge pull request #46830 from nextcloud/chore/42501/enhance-automcompletion-setting-text
chore(ShareSettings): Proper wording for share autocompletion settings
2 parents cef6753 + 4ee3701 commit 17ff269

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apps/settings/src/components/AdminSettingsSharingForm.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@
156156
{{ t('settings', 'If autocompletion "same group" and "phone number integration" are enabled a match in either is enough to show the user.') }}
157157
</em>
158158
<NcCheckboxRadioSwitch :checked.sync="settings.restrictUserEnumerationToGroup">
159-
{{ t('settings', 'Allow account name autocompletion to users within the same groups and limit system address books to users in the same groups') }}
159+
{{ t('settings', 'Restrict account name autocompletion and system address book access to users within the same groups') }}
160160
</NcCheckboxRadioSwitch>
161161
<NcCheckboxRadioSwitch :checked.sync="settings.restrictUserEnumerationToPhone">
162-
{{ t('settings', 'Allow account name autocompletion to users based on phone number integration') }}
162+
{{ t('settings', 'Restrict account name autocompletion to users based on phone number integration') }}
163163
</NcCheckboxRadioSwitch>
164164
</fieldset>
165165

dist/settings-vue-settings-admin-sharing.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-vue-settings-admin-sharing.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)