text update

pull/5370/head
Aniket-Engg 2 years ago committed by Aniket
parent 297f2e5bee
commit 94d321cbf5
  1. 4
      apps/etherscan/src/app/views/CaptureKeyView.tsx

@ -30,7 +30,7 @@ export const CaptureKeyView: React.FC = () => {
{({ errors, touched, handleSubmit }) => (
<form onSubmit={handleSubmit}>
<div className="form-group" style={{ marginBottom: "0.5rem" }}>
<label htmlFor="apikey">Please Enter your API key</label>
<label htmlFor="apikey">Enter Etherscan API Key</label>
<Field
className={
errors.apiKey && touched.apiKey
@ -49,7 +49,7 @@ export const CaptureKeyView: React.FC = () => {
</div>
<div>
<SubmitButton text="Save API key" dataId="save-api-key" />
<SubmitButton text="Save" dataId="save-api-key" />
</div>
</form>
)}

Loading…
Cancel
Save