diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 07b992ec..18c30414 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -346,5 +346,19 @@ "unblockToSend": { "message": "Unblock this contact to send a message.", "description": "Brief message shown when trying to message a blocked number" + }, + "changedTheTimer": { + "message": "$name$ set the timer to $time$.", + "description": "Message displayed when someone changes the message expiration timer in a conversation.", + "placeholders": { + "name": { + "content": "$1", + "example": "Bob" + }, + "time": { + "content": "$2", + "example": "10m" + } + } } } diff --git a/background.html b/background.html index 8f2681bf..2d172491 100644 --- a/background.html +++ b/background.html @@ -164,6 +164,9 @@ +