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

Commit

Permalink
Removed Ethereum word from popup text msg (#2412)
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadV91 committed Feb 10, 2022
1 parent a57279f commit 451206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/components/WalletModal/WalletModalMod.tsx
Expand Up @@ -334,7 +334,7 @@ export default function WalletModal({
<ContentWrapper>
{error instanceof UnsupportedChainIdError ? (
<h5>
<Trans>Please connect to the appropriate Ethereum network.</Trans>
<Trans>Please connect to the appropriate network.</Trans>
</h5>
) : (
<Trans>Error connecting. Try refreshing the page.</Trans>
Expand Down

0 comments on commit 451206f

Please sign in to comment.