Fix contacts icon

This commit is contained in:
David Benqué 2020-09-15 10:54:46 +01:00
parent b029e806ee
commit e5cf510881
1 changed files with 2 additions and 2 deletions

View File

@ -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,