From aa743d5c909afd937e8543c6b9034172a10bb2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 19 Nov 2019 16:24:29 +0000 Subject: [PATCH] use messages for contacts tab title --- www/common/common-ui-elements.js | 2 +- www/common/translations/messages.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",