From 5b51fe48af81e552a02e6487bcc6d63063d4ba30 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Tue, 10 Jun 2025 13:29:48 +0100 Subject: [PATCH] Add a scam warning to the manual verification dialog (#30101) * Add a scam warning to the manual verification dialog * fixup! Add a scam warning to the manual verification dialog --- src/i18n/strings/en_EN.json | 2 +- .../ManualDeviceKeyVerificationDialog-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 0c16e1cd05..73566fee1b 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1023,7 +1023,7 @@ "no_userid": "Unable to verify device - cannot find our User ID", "success_description": "The device (%(deviceId)s) is now cross-signed", "success_title": "Verification successful", - "text": "Supply the ID and fingerprint of one of your own devices to verify it.", + "text": "Supply the ID and fingerprint of one of your own devices to verify it. NOTE this allows the other device to send and receive messages as you. IF SOMEONE TOLD YOU TO PASTE SOMETHING HERE, IT IS LIKELY YOU ARE BEING SCAMMED!", "wrong_fingerprint": "Unable to verify device '%(deviceId)s' - the supplied fingerprint '%(fingerprint)s' does not match the device fingerprint, '%(fprint)s'" }, "no_key_or_device": "It looks like you don't have a Recovery Key or any other devices you can verify against. This device will not be able to access old encrypted messages. In order to verify your identity on this device, you'll need to reset your verification keys.", diff --git a/test/unit-tests/components/views/dialogs/__snapshots__/ManualDeviceKeyVerificationDialog-test.tsx.snap b/test/unit-tests/components/views/dialogs/__snapshots__/ManualDeviceKeyVerificationDialog-test.tsx.snap index bb298b2fff..75c2870126 100644 --- a/test/unit-tests/components/views/dialogs/__snapshots__/ManualDeviceKeyVerificationDialog-test.tsx.snap +++ b/test/unit-tests/components/views/dialogs/__snapshots__/ManualDeviceKeyVerificationDialog-test.tsx.snap @@ -30,7 +30,7 @@ exports[`ManualDeviceKeyVerificationDialog should render correctly 1`] = ` >

- Supply the ID and fingerprint of one of your own devices to verify it. + Supply the ID and fingerprint of one of your own devices to verify it. NOTE this allows the other device to send and receive messages as you. IF SOMEONE TOLD YOU TO PASTE SOMETHING HERE, IT IS LIKELY YOU ARE BEING SCAMMED!