diff --git a/notify-link-clicks-i18n/_locales/de/messages.json b/notify-link-clicks-i18n/_locales/de/messages.json index 498f35a..9dc5f73 100644 --- a/notify-link-clicks-i18n/_locales/de/messages.json +++ b/notify-link-clicks-i18n/_locales/de/messages.json @@ -1,21 +1,17 @@ { "extensionName": { - "message": "My German-language example extension", - "description": "Name of the extension." + "message": "My German-language example extension" }, "extensionDescription": { "message": "Notifies the user of link clicks, in German", - "description": "Description of the extension." }, "notificationTitle": { "message": "My hovercraft is full of eels", - "description": "Title of the click notification." }, "notificationContent": { "message": "$1 was the link you clicked", - "description": "Tells the user which link they clicked: the placeholder is the url." } } diff --git a/notify-link-clicks-i18n/_locales/en/messages.json b/notify-link-clicks-i18n/_locales/en/messages.json index a18d6b3..7612e00 100644 --- a/notify-link-clicks-i18n/_locales/en/messages.json +++ b/notify-link-clicks-i18n/_locales/en/messages.json @@ -5,17 +5,17 @@ }, "extensionDescription": { - "message": "Shows a notification when the user clicks on links, on mozilla.org pages.", + "message": "Shows a notification when the user clicks on links.", "description": "Description of the extension." }, "notificationTitle": { "message": "Click notification", - "description": "Title of the click notification" + "description": "Title of the click notification." }, "notificationContent": { "message": "You clicked $1", - "description": "Tells the user which link they clicked: the placeholder is the url" + "description": "Tells the user which link they clicked: the $1 placeholder is the url." } }