From 3d61f87d8664fe614ccb689323bd90763daf7859 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 14 Jun 2017 11:34:58 -0700 Subject: [PATCH] Remove isVerified string from messages.json - don't use We don't need this extra string for the safety number screen, since the header includes the user's verified status. FREEBIE --- _locales/en/messages.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 4b37e8bc0..f260844b9 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -247,16 +247,6 @@ } } }, - "isVerified": { - "message": "$name$ is verified", - "description": "If the user has manually marked a contact's safety number as verified, this string is shown on the 'Show Safety Number' screen", - "placeholders": { - "name": { - "content": "$1", - "example": "John" - } - } - }, "theirIdentityUnknown": { "message": "You haven't exchanged any messages with this contact yet. Your safety number with them will be available after the first message." },