From 7013f5b3c2a1c789304c73a151d828d899eb1b69 Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Sun, 28 Jul 2024 16:11:04 +0100 Subject: [PATCH] chore(ShareSettings): Proper wording for share autocompletion settings The existing is incorrect and can be misleading as seen in : https://github.com/nextcloud/server/issues/42501 Signed-off-by: fenn-cs --- apps/settings/src/components/AdminSettingsSharingForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/settings/src/components/AdminSettingsSharingForm.vue b/apps/settings/src/components/AdminSettingsSharingForm.vue index dda651917083c..8a274af88a836 100644 --- a/apps/settings/src/components/AdminSettingsSharingForm.vue +++ b/apps/settings/src/components/AdminSettingsSharingForm.vue @@ -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.') }} - {{ 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') }} - {{ 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') }}