diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-07-25 00:05:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-25 00:05:13 +0200 |
commit | f5e4fcadd99a734939f4a0ff09325c6171a6792c (patch) | |
tree | e42e52b5b6dce2b68ff6bd2dcea58aa3f7de1918 /settings | |
parent | 71028fde6b201e35fa7efb224896c8bf3050a856 (diff) | |
parent | dd5f1803dbe27f0aebe67e6243ddc2af71419c9a (diff) | |
download | nextcloud-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.js | 2 |
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 }, { |