Skip to content

Commit 85fbbf2

Browse files
committed
update msg
1 parent 2e9f445 commit 85fbbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/etherscan/src/app/views/CaptureKeyView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const CaptureKeyView: React.FC = () => {
1313
return (
1414
<AppContext.Consumer>
1515
{({ apiKey, clientInstance, setAPIKey }) => {
16-
if (!apiKey) setMsg('Please add API key to continue. It should be 34 characters long')
16+
if (!apiKey) setMsg('Please provide a 34-character API key to continue')
1717
return (
1818
<div>
1919
<Formik

0 commit comments

Comments
 (0)