From 72e0d100ea73ad85ce28baa305fab9c76d43b0b4 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:06:45 +0100 Subject: [PATCH] Update wording shown when keys are withheld (#12761) We can be a bit more helpful here. --- src/i18n/strings/en_EN.json | 2 +- .../messages/__snapshots__/DecryptionFailureBody-test.tsx.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index eaf5784af9..b019346156 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -3254,7 +3254,7 @@ "creation_summary_dm": "%(creator)s created this DM.", "creation_summary_room": "%(creator)s created and configured the room.", "decryption_failure": { - "blocked": "The sender has blocked you from receiving this message", + "blocked": "The sender has blocked you from receiving this message because your device is unverified", "historical_event_no_key_backup": "Historical messages are not available on this device", "historical_event_unverified_device": "You need to verify this device for access to historical messages", "historical_event_user_not_joined": "You don't have access to this message", diff --git a/test/components/views/messages/__snapshots__/DecryptionFailureBody-test.tsx.snap b/test/components/views/messages/__snapshots__/DecryptionFailureBody-test.tsx.snap index c0096b6467..22e44fd16a 100644 --- a/test/components/views/messages/__snapshots__/DecryptionFailureBody-test.tsx.snap +++ b/test/components/views/messages/__snapshots__/DecryptionFailureBody-test.tsx.snap @@ -5,7 +5,7 @@ exports[`DecryptionFailureBody Should display "The sender has blocked you from r
- The sender has blocked you from receiving this message + The sender has blocked you from receiving this message because your device is unverified
`;