diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 71becdb156ae..508baf3c1c4b 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -33,6 +33,26 @@ } } }, + "youMarkedAsVerified": { + "message": "You marked $name$ as verified.", + "description": "Shown in the conversation history when the user marks a contact as verified.", + "placeholders": { + "name": { + "content": "$1", + "example": "Bob" + } + } + }, + "youMarkedAsNotVerified": { + "message": "You marked $name$ as not verified.", + "description": "Shown in the conversation history when the user marks a contact as verified, whether on the safety number screen or by dismissing a banner or dialog.", + "placeholders": { + "name": { + "content": "$1", + "example": "Bob" + } + } + }, "changedSinceVerifiedMultiple": { "message": "Your safety numbers with multiple group members have changed since you last verified.", "description": "Shown on confirmation dialog when user attempts to send a message" diff --git a/background.html b/background.html index 43e3db9f2073..da4cb9609da8 100644 --- a/background.html +++ b/background.html @@ -193,6 +193,9 @@ + + +