aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-07-25 00:05:13 +0200
committerGitHub <noreply@github.com>2018-07-25 00:05:13 +0200
commitf5e4fcadd99a734939f4a0ff09325c6171a6792c (patch)
treee42e52b5b6dce2b68ff6bd2dcea58aa3f7de1918 /settings
parent71028fde6b201e35fa7efb224896c8bf3050a856 (diff)
parentdd5f1803dbe27f0aebe67e6243ddc2af71419c9a (diff)
downloadnextcloud-server-f5e4fcadd99a734939f4a0ff09325c6171a6792c.tar.gz
nextcloud-server-f5e4fcadd99a734939f4a0ff09325c6171a6792c.zip
Merge pull request #10378 from nextcloud/bugfix/noid/fix-icon-name-14
Fix icon file names
Diffstat (limited to 'settings')
-rw-r--r--settings/js/federationscopemenu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/federationscopemenu.js b/settings/js/federationscopemenu.js
index db8b8ff33f7..250830551aa 100644
--- a/settings/js/federationscopemenu.js
+++ b/settings/js/federationscopemenu.js
@@ -55,7 +55,7 @@
name: 'contacts',
displayName: t('settings', 'Contacts'),
tooltip: t('settings', 'Visible to local users and to trusted servers'),
- icon: OC.imagePath('core', 'places/contacts-dark'),
+ icon: OC.imagePath('core', 'places/contacts'),
active: false
},
{