Merge pull request #46830 from nextcloud/chore/42501/enhance-automcompletion-setting-text

chore(ShareSettings): Proper wording for share autocompletion settings
This commit is contained in:
F. E Noel Nfebe 2024-07-30 19:19:40 +01:00 committed by GitHub
commit 17ff269036
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -156,10 +156,10 @@
{{ t('settings', 'If autocompletion "same group" and "phone number integration" are enabled a match in either is enough to show the user.') }}
</em>
<NcCheckboxRadioSwitch :checked.sync="settings.restrictUserEnumerationToGroup">
{{ t('settings', 'Allow account name autocompletion to users within the same groups and limit system address books to users in the same groups') }}
{{ t('settings', 'Restrict account name autocompletion and system address book access to users within the same groups') }}
</NcCheckboxRadioSwitch>
<NcCheckboxRadioSwitch :checked.sync="settings.restrictUserEnumerationToPhone">
{{ t('settings', 'Allow account name autocompletion to users based on phone number integration') }}
{{ t('settings', 'Restrict account name autocompletion to users based on phone number integration') }}
</NcCheckboxRadioSwitch>
</fieldset>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long