diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 42bc207ff..c4271190c 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -203,6 +203,10 @@ "message": "Settings", "description": "Menu item and header for global settings" }, + "notificationSettingsDialog": { + "message": "When messages arrive, display notifications that reveal:", + "description": "Explain the purpose of the notification settings" + }, "disableNotifications": { "message": "Disable notifications", "description": "Label for disabling notifications" diff --git a/background.html b/background.html index 2b0b77ff0..5fc88f4dc 100644 --- a/background.html +++ b/background.html @@ -329,7 +329,7 @@