1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Fix mismatchedChain typo in custom network approval screen (#10723)

This commit is contained in:
David Walsh 2021-03-25 13:26:55 -05:00 committed by GitHub
parent c14919c60f
commit 7afd3156e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {