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 ( return (
<AppContext.Consumer> <AppContext.Consumer>
{({ apiKey, clientInstance, setAPIKey }) => { {({ 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 ( return (
<div> <div>
<Formik <Formik

Loading…
Cancel
Save