mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fix Typo in en.json (#20429)
* Fix Typo in en.json There is a typo in "smart contact" * updated snapshot --------- Co-authored-by: Howard Braham <howrad@gmail.com>
This commit is contained in:
parent
63a0ae765f
commit
5cbfa82018
2
app/_locales/en/messages.json
generated
2
app/_locales/en/messages.json
generated
@ -5211,7 +5211,7 @@
|
|||||||
"message": "Decode smart contracts"
|
"message": "Decode smart contracts"
|
||||||
},
|
},
|
||||||
"use4ByteResolutionDescription": {
|
"use4ByteResolutionDescription": {
|
||||||
"message": "To improve user experience, we customize the activity tab with messages based on the smart contracts you interact with. MetaMask uses a service called 4byte.directory to decode data and show you a version of a smart contact that's easier to read. This helps reduce your chances of approving malicious smart contract actions, but can result in your IP address being shared."
|
"message": "To improve user experience, we customize the activity tab with messages based on the smart contracts you interact with. MetaMask uses a service called 4byte.directory to decode data and show you a version of a smart contract that's easier to read. This helps reduce your chances of approving malicious smart contract actions, but can result in your IP address being shared."
|
||||||
},
|
},
|
||||||
"useMultiAccountBalanceChecker": {
|
"useMultiAccountBalanceChecker": {
|
||||||
"message": "Batch account balance requests"
|
"message": "Batch account balance requests"
|
||||||
|
@ -135,7 +135,7 @@ exports[`Security Tab should match snapshot 1`] = `
|
|||||||
<div
|
<div
|
||||||
class="settings-page__content-description"
|
class="settings-page__content-description"
|
||||||
>
|
>
|
||||||
To improve user experience, we customize the activity tab with messages based on the smart contracts you interact with. MetaMask uses a service called 4byte.directory to decode data and show you a version of a smart contact that's easier to read. This helps reduce your chances of approving malicious smart contract actions, but can result in your IP address being shared.
|
To improve user experience, we customize the activity tab with messages based on the smart contracts you interact with. MetaMask uses a service called 4byte.directory to decode data and show you a version of a smart contract that's easier to read. This helps reduce your chances of approving malicious smart contract actions, but can result in your IP address being shared.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
Loading…
Reference in New Issue
Block a user