diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 706940e90..5ee0d0d8d 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1199,7 +1199,7 @@ define([ title: Messages.share_linkCategory, content: frameLink }, { - title: "Contacts", + title: Messages.share_contactCategory, content: frameContacts }, { title: Messages.share_embedCategory, diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index 0718f666a..8de498439 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -987,6 +987,7 @@ "share_linkPresent": "Present (hide editable sections)", "share_linkOpen": "Open in new tab", "share_linkCopy": "Copy to clipboard", + "share_contactCategory": "Contacts", "share_embedCategory": "Embed", "share_mediatagCopy": "Copy mediatag to clipboard", "loading_pad_1": "Initializing pad",