From 7afd3156e026134d3fde60dfdd76ff907a97adca Mon Sep 17 00:00:00 2001 From: David Walsh Date: Thu, 25 Mar 2021 13:26:55 -0500 Subject: [PATCH] Fix mismatchedChain typo in custom network approval screen (#10723) --- app/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 4f11a75c2..625576060 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -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." }, "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" }, "mismatchedChainLinkText": {