From e5cf510881edeb605c86e1ec0edd14d47a6041ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 15 Sep 2020 10:54:46 +0100 Subject: [PATCH] Fix contacts icon --- www/common/inner/share.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/common/inner/share.js b/www/common/inner/share.js index fe6e9b93c..ce5112736 100644 --- a/www/common/inner/share.js +++ b/www/common/inner/share.js @@ -654,7 +654,7 @@ define([ var tabs = [{ getTab: getContactsTab, title: Messages.share_contactCategory, - icon: "fa fa-addess-book", + icon: "fa fa-address-book", active: hasFriends, onShow: onShowContacts, onHide: resetTab @@ -834,7 +834,7 @@ define([ var tabs = [{ getTab: getFileContactsTab, title: Messages.share_contactCategory, - icon: "fa fa-addess-book", + icon: "fa fa-address-book", active: hasFriends, }, { getTab: getFileLinkTab,