diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 523a6cb42662..b78392433658 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -58,11 +58,11 @@ "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.", + "message": "Your safety numbers with multiple group members have changed since you last verified. This could mean that someone is trying to intercept your communication or that they have simply reinstalled Signal.", "description": "Shown on confirmation dialog when user attempts to send a message" }, "changedSinceVerified": { - "message": "Your safety number with $name$ has changed since you last verified.", + "message": "Your safety number with $name$ has changed since you last verified. This could mean that someone is trying to intercept your communication or that $name$ has simply reinstalled Signal.", "description": "Shown on confirmation dialog when user attempts to send a message", "placeholders": { "name": { @@ -72,11 +72,11 @@ } }, "changedRecentlyMultiple": { - "message": "Your safety numbers with multiple group members have changed in the last five seconds.", + "message": "Your safety numbers with multiple group members have changed recently. This could mean that someone is trying to intercept your communication or that they have simply reinstalled Signal.", "description": "Shown on confirmation dialog when user attempts to send a message" }, "changedRecently": { - "message": "Your safety number with $name$ has changed in the last five seconds.", + "message": "Your safety number with $name$ has changed recently. This could mean that someone is trying to intercept your communication or that $name$ has simply reinstalled Signal.", "description": "Shown on confirmation dialog when user attempts to send a message", "placeholders": { "name": { diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 44e398be5c21..c159fb9e604b 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -659,10 +659,6 @@ li.entry .error-icon-container { overflow: auto; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); - .message { - text-align: center; - } - .buttons { margin-top: 10px; diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 7d77af681997..f1602fbfa5d2 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -275,6 +275,10 @@ $avatar-size: 44px; .group-member-list, .new-group-update { + .summary { + margin: 10px; + } + .members .contact { box-shadow: none; border-bottom: 1px solid #eee; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index e5a09d1e64ec..9867f0e880bf 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -278,6 +278,9 @@ button.hamburger { border-width: 0 0 1px 0; width: calc(100% - 84px); } +.group-member-list .summary, +.new-group-update .summary { + margin: 10px; } .group-member-list .members .contact, .new-group-update .members .contact { box-shadow: none; @@ -1543,8 +1546,6 @@ li.entry .error-icon-container { border-radius: 5px; overflow: auto; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); } - .confirmation-dialog .content .message { - text-align: center; } .confirmation-dialog .content .buttons { margin-top: 10px; } .confirmation-dialog .content .buttons button {