]> source.dussan.org Git - nextcloud-server.git/commitdiff
Clarify that the email is always shared within the instance 21522/head
authorJoas Schilling <coding@schilljs.com>
Fri, 19 Jun 2020 07:12:23 +0000 (09:12 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 22 Jun 2020 06:52:00 +0000 (06:52 +0000)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/settings/js/federationscopemenu.js

index 29303258c98d003b1287145b4ce76c911b52eacb..a2ca77bbf8c2f47c181aea645436d158fe57e612 100644 (file)
@@ -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
                                },