From 2778148179c4fd0c07031df8e81df6b792afd1fa Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 16 Jun 2017 17:08:47 -0700 Subject: [PATCH] Move unverified banner text to match Android Longer, so it will wrap more often. We have the right alignment and padding in place, though, so it looks pretty reasonable. FREEBIE --- _locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index b78392433..6a85f016e 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -94,7 +94,7 @@ "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.", + "message": "Your safety number with $name$ has changed and is no longer verified. Click to show.", "description": "Shown in converation banner when user's safety number has changed, but they were previously verified.", "placeholders": { "name": { @@ -104,7 +104,7 @@ } }, "multipleNoLongerVerified": { - "message": "More than one member of this group is no longer verified. Click to show.", + "message": "Your safety numbers with multiple members of this group have changed and are no longer verified. Click to show.", "description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified." }, "debugLogExplanation": {