1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-08-08 03:42:14 +03:00

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
This commit is contained in:
Andy Balaam
2025-06-10 13:29:48 +01:00
committed by GitHub
parent 0e748710cd
commit 5b51fe48af
2 changed files with 2 additions and 2 deletions

View File

@@ -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.",

View File

@@ -30,7 +30,7 @@ exports[`ManualDeviceKeyVerificationDialog should render correctly 1`] = `
>
<div>
<p>
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!
</p>
<div
class="mx_DeviceVerifyDialog_cryptoSection"