diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index e9863d030..1512cb761 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1364,12 +1364,15 @@ define([ // Create modal var tabs = [{ title: Messages.share_linkCategory, + icon: "fa fa-link", content: frameLink }, { title: Messages.share_contactCategory, + icon: "fa fa-address-book", content: frameContacts }, { title: Messages.share_embedCategory, + icon: "fa fa-code", content: frameEmbed }]; if (typeof(AppConfig.customizeShareOptions) === 'function') {