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
This commit is contained in:
Scott Nonnenberg 2017-06-14 11:34:58 -07:00
parent caa92c9312
commit 3d61f87d86

View file

@ -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."
},