From 2b8dfc03b6d00d47ace3de9e72ef9c3e9a4a5f05 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 29 Mar 2021 17:04:32 +0200 Subject: [PATCH] Fix working for phone number integration Signed-off-by: Joas Schilling --- apps/settings/js/federationscopemenu.js | 6 +++--- apps/settings/templates/settings/admin/sharing.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/settings/js/federationscopemenu.js b/apps/settings/js/federationscopemenu.js index 617a8e3d41..d19c9d7d0b 100644 --- a/apps/settings/js/federationscopemenu.js +++ b/apps/settings/js/federationscopemenu.js @@ -30,14 +30,14 @@ { name: 'v2-private', displayName: t('settings', 'Private'), - tooltip: t('settings', "Don't show via public link"), - iconClass: 'icon-password', + tooltip: t('settings', 'Only visible to people matched via phone number integration through Talk on mobile'), + iconClass: 'icon-phone', active: false }, { name: 'v2-local', displayName: t('settings', 'Local'), - tooltip: t('settings', "Don't synchronize to servers"), + tooltip: t('settings', 'Only visible to people on this instance and guests'), iconClass: 'icon-password', active: false }, diff --git a/apps/settings/templates/settings/admin/sharing.php b/apps/settings/templates/settings/admin/sharing.php index 65e84d2912..3fc3f2a5c1 100644 --- a/apps/settings/templates/settings/admin/sharing.php +++ b/apps/settings/templates/settings/admin/sharing.php @@ -183,12 +183,12 @@ /> -
+

- t('If autocompletion "same group" and "phonebook matches" are enabled a match in either is enough to show the user.'));?>
+ t('If autocompletion "same group" and "phone number integration" are enabled a match in either is enough to show the user.'));?>