Skip to content

Commit

Permalink
Improving warning text for eth_sign (#12013)
Browse files Browse the repository at this point in the history
* Improving warning text for eth_sign

* Copy update
  • Loading branch information
ryanml authored Sep 6, 2021
1 parent 362b54b commit 449da1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions ui/components/app/signature-request-original/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@

&__notice {
color: $dusty-gray;
padding: 0 10px;
}

&__warning {
Expand Down Expand Up @@ -228,6 +229,7 @@
cursor: pointer;
text-decoration: underline;
color: $primary-blue;
margin-inline-start: 3px;
}

&__footer {
Expand Down

0 comments on commit 449da1d

Please sign in to comment.