From 16433d661a55f2395326d1c40d15478b625c8d9e Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 16 Jun 2017 16:48:06 -0700 Subject: [PATCH] Show call to action on group member list when verifying FREEBIE --- _locales/en/messages.json | 4 ++++ background.html | 4 +++- js/views/conversation_view.js | 11 +++++++---- js/views/group_member_list_view.js | 14 ++++++++++++-- test/index.html | 4 +++- 5 files changed, 29 insertions(+), 8 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 4a88c02619..523a6cb426 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -53,6 +53,10 @@ } } }, + "membersNeedingVerification": { + "message": "Your safety numbers with these group members have changed since you last verified. Click a group member to see your new safety number with them.", + "description": "When there are multiple previously-verified group members with safety number changes, a banner will be shown. The list of contacts with safety number changes is shown, and this text introduces that list." + }, "changedSinceVerifiedMultiple": { "message": "Your safety numbers with multiple group members have changed since you last verified.", "description": "Shown on confirmation dialog when user attempts to send a message" diff --git a/background.html b/background.html index e85ee750f4..2c13db10aa 100644 --- a/background.html +++ b/background.html @@ -331,7 +331,9 @@