From 449da1d09561a94eae3109e026079cf02ff043e2 Mon Sep 17 00:00:00 2001 From: ryanml Date: Mon, 6 Sep 2021 10:28:34 -0700 Subject: [PATCH] Improving warning text for eth_sign (#12013) * Improving warning text for eth_sign * Copy update --- app/_locales/en/messages.json | 2 +- ui/components/app/signature-request-original/index.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 39dd1033c..8e528f42e 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1958,7 +1958,7 @@ "message": "Sign" }, "signNotice": { - "message": "Signing this message can have \ndangerous side effects. Only sign messages from \nsites you fully trust with your entire account.\n This dangerous method will be removed in a future version. " + "message": "We are unable to predict the result of this signature. This signature could potentially perform any operation on your account's behalf, including granting complete control of your account and all of its assets to the requesting site. Only sign this message if you know what you're doing or completely trust the requesting site." }, "signatureRequest": { "message": "Signature Request" diff --git a/ui/components/app/signature-request-original/index.scss b/ui/components/app/signature-request-original/index.scss index 3d90271ed..80849087e 100644 --- a/ui/components/app/signature-request-original/index.scss +++ b/ui/components/app/signature-request-original/index.scss @@ -182,6 +182,7 @@ &__notice { color: $dusty-gray; + padding: 0 10px; } &__warning { @@ -228,6 +229,7 @@ cursor: pointer; text-decoration: underline; color: $primary-blue; + margin-inline-start: 3px; } &__footer {