diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 508baf3c1..4a88c0261 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -87,7 +87,7 @@ }, "sendAnyway": { "message": "Send Anyway", - "description": "Used on a warning dialog to specifiy " + "description": "Used on a warning dialog to make it clear that it might be risky to send the message." }, "noLongerVerified": { "message": "$name$ is no longer verified. Click to show.", @@ -136,6 +136,26 @@ "verify": { "message": "Verify" }, + "isVerified": { + "message": "$name$ is verified.", + "description": "Summary state shown at top of the safety number screen if user has verified contact.", + "placeholders": { + "name": { + "content": "$1", + "example": "Bob" + } + } + }, + "isNotVerified": { + "message": "$name$ is not verified.", + "description": "Summary state shown at top of the safety number screen if user has not verified contact.", + "placeholders": { + "name": { + "content": "$1", + "example": "Bob" + } + } + }, "verified": { "message": "Verified" }, diff --git a/background.html b/background.html index 8acc6f9a8..e85ee750f 100644 --- a/background.html +++ b/background.html @@ -335,6 +335,15 @@