diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 2b049008..92fe83a1 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1,4 +1,17 @@ { + "submitDebugLog": { + "message": "Submit debug log" + }, + "searchForPeopleOrGroups": { + "message": "Search for people or groups", + "description": "Placeholder text in the search input" + }, + "welcomeToSignal": { + "message": "Welcome to Signal" + }, + "selectAContact": { + "message": "Select a contact or group to start chatting." + }, "ok": { "message": "OK" }, diff --git a/background.html b/background.html index 5abec09d..a0f50cff 100644 --- a/background.html +++ b/background.html @@ -7,13 +7,13 @@
Select a contact or group to start chatting.
+{{ selectAContact }}