Skip to content

Commit 5b51fe4

Browse files
authored
Add a scam warning to the manual verification dialog (element-hq#30101)
* Add a scam warning to the manual verification dialog * fixup! Add a scam warning to the manual verification dialog
1 parent 0e74871 commit 5b51fe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
"no_userid": "Unable to verify device - cannot find our User ID",
10241024
"success_description": "The device (%(deviceId)s) is now cross-signed",
10251025
"success_title": "Verification successful",
1026-
"text": "Supply the ID and fingerprint of one of your own devices to verify it.",
1026+
"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!",
10271027
"wrong_fingerprint": "Unable to verify device '%(deviceId)s' - the supplied fingerprint '%(fingerprint)s' does not match the device fingerprint, '%(fprint)s'"
10281028
},
10291029
"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.",

test/unit-tests/components/views/dialogs/__snapshots__/ManualDeviceKeyVerificationDialog-test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exports[`ManualDeviceKeyVerificationDialog should render correctly 1`] = `
3030
>
3131
<div>
3232
<p>
33-
Supply the ID and fingerprint of one of your own devices to verify it.
33+
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!
3434
</p>
3535
<div
3636
class="mx_DeviceVerifyDialog_cryptoSection"

0 commit comments

Comments
 (0)