We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9f445 commit 85fbbf2Copy full SHA for 85fbbf2
apps/etherscan/src/app/views/CaptureKeyView.tsx
@@ -13,7 +13,7 @@ export const CaptureKeyView: React.FC = () => {
13
return (
14
<AppContext.Consumer>
15
{({ apiKey, clientInstance, setAPIKey }) => {
16
- 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')
17
18
<div>
19
<Formik
0 commit comments