From: Joas Schilling Date: Fri, 19 Jun 2020 07:12:23 +0000 (+0200) Subject: Clarify that the email is always shared within the instance X-Git-Tag: v20.0.0beta1~386^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1fb7cc5efbe34f3285024b8c3c881788e1e09e9e;p=nextcloud-server.git Clarify that the email is always shared within the instance Signed-off-by: Joas Schilling --- diff --git a/apps/settings/js/federationscopemenu.js b/apps/settings/js/federationscopemenu.js index 29303258c98..a2ca77bbf8c 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 },