From 127cfeee90fe28b192c5e5cc0b3bfb6cd355e649 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 19 Jun 2020 09:12:23 +0200 Subject: [PATCH] Clarify that the email is always shared within the instance Signed-off-by: Joas Schilling --- apps/settings/js/federationscopemenu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/settings/js/federationscopemenu.js b/apps/settings/js/federationscopemenu.js index 29303258c9..a2ca77bbf8 100644 --- a/apps/settings/js/federationscopemenu.js +++ b/apps/settings/js/federationscopemenu.js @@ -27,8 +27,8 @@ this._scopes = [ { name: 'private', - displayName: (this.field === 'avatar' || this.field === 'displayname') ? t('settings', 'Local') : t('settings', 'Private'), - tooltip: (this.field === 'avatar' || this.field === 'displayname') ? t('settings', 'Only visible to local users') : t('settings', 'Only visible to you'), + displayName: (this.field === 'avatar' || this.field === 'displayname' || this.field === 'email') ? t('settings', 'Local') : t('settings', 'Private'), + tooltip: (this.field === 'avatar' || this.field === 'displayname' || this.field === 'email') ? t('settings', 'Only visible to local users') : t('settings', 'Only visible to you'), iconClass: 'icon-password', active: false },