Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Update address error msg text (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadV91 authored Jan 21, 2022
1 parent 0a41de3 commit 0132fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/pages/Claim/ClaimAddress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function ClaimAddress({ account, toggleWalletModal }: ClaimAddres
{showInputError && (
<InputErrorText>
<TYPE.error error={true}>
<Trans>Enter valid token address or ENS</Trans>
<Trans>Enter valid address or ENS</Trans>
</TYPE.error>
</InputErrorText>
)}
Expand Down

0 comments on commit 0132fe7

Please sign in to comment.