From 4149fed6e059bcddcfa84e930c0f867c07a128f4 Mon Sep 17 00:00:00 2001 From: Erik Marks <25517051+rekmarks@users.noreply.github.com> Date: Wed, 14 Oct 2020 09:38:12 -0700 Subject: [PATCH] Update text content of invalid custom network (#9601) --- 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 6c6e2e32c..1c0b558dc 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -842,7 +842,7 @@ "message": "Invalid Block Explorer URL" }, "invalidCustomNetworkAlertContent1": { - "message": "The custom network '$1' is missing its chain ID.", + "message": "The chain ID for custom network '$1' has to be re-entered.", "description": "$1 is the name/identifier of the network." }, "invalidCustomNetworkAlertContent2": {