diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 48aec7f6..bc266928 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -97,6 +97,13 @@ "verifyIdentity": { "message": "Verify Identity" }, + "theirIdentity": { + "message": "Their identity (they read):", + "description": "They is used here as a gender-neutral third-person singular" + }, + "yourIdentity": { + "message": "Your identity (you read):" + }, "deleteMessages": { "message": "Delete messages" }, diff --git a/background.html b/background.html index db6f48a8..647499b0 100644 --- a/background.html +++ b/background.html @@ -216,11 +216,11 @@ {{ verifyIdentity }}
Their identity (they read):
+{{theirIdentity}}
Your identity (you read):
+{{yourIdentity}}