mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix mismatchedChain typo in custom network approval screen (#10723)
This commit is contained in:
parent
c14919c60f
commit
7afd3156e0
@ -1064,7 +1064,7 @@
|
|||||||
"message": "MetaMask would like to gather usage data to better understand how our users interact with the extension. This data will be used to continually improve the usability and user experience of our product and the Ethereum ecosystem."
|
"message": "MetaMask would like to gather usage data to better understand how our users interact with the extension. This data will be used to continually improve the usability and user experience of our product and the Ethereum ecosystem."
|
||||||
},
|
},
|
||||||
"mismatchedChain": {
|
"mismatchedChain": {
|
||||||
"message": "This network details for this Chain ID do not match our records. We recommend that you $1 before proceeding.",
|
"message": "The network details for this chain ID do not match our records. We recommend that you $1 before proceeding.",
|
||||||
"description": "$1 is a clickable link with text defined by the 'mismatchedChainLinkText' key"
|
"description": "$1 is a clickable link with text defined by the 'mismatchedChainLinkText' key"
|
||||||
},
|
},
|
||||||
"mismatchedChainLinkText": {
|
"mismatchedChainLinkText": {
|
||||||
|
Loading…
Reference in New Issue
Block a user