pull/3916/head
Aniket-Engg 1 year ago committed by Aniket
parent 2e9f4456cb
commit 85fbbf231f
  1. 2
      apps/etherscan/src/app/views/CaptureKeyView.tsx

@ -13,7 +13,7 @@ export const CaptureKeyView: React.FC = () => {
return (
<AppContext.Consumer>
{({ 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 (
<div>
<Formik

Loading…
Cancel
Save