mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Improving warning text for eth_sign (#12013)
* Improving warning text for eth_sign * Copy update
This commit is contained in:
parent
362b54b2dd
commit
449da1d095
@ -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"
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user