From a3f634d6f6d24f73bc1f47b1b6795db41cb55eb2 Mon Sep 17 00:00:00 2001 From: Aniket-Engg Date: Thu, 13 Jul 2023 21:51:29 +0530 Subject: [PATCH] update msg --- apps/etherscan/src/app/views/CaptureKeyView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/etherscan/src/app/views/CaptureKeyView.tsx b/apps/etherscan/src/app/views/CaptureKeyView.tsx index 99a94dc835..8fd255e0c5 100644 --- a/apps/etherscan/src/app/views/CaptureKeyView.tsx +++ b/apps/etherscan/src/app/views/CaptureKeyView.tsx @@ -13,7 +13,7 @@ export const CaptureKeyView: React.FC = () => { return ( {({ apiKey, clientInstance, setAPIKey }) => { - if (!apiKey) setMsg('Please add API key to continue. It should be 34 characters long') + if (!apiKey) setMsg('Please provide a 34-character API key to continue') return (