Skip to content

Commit

Permalink
Update wrong network message (#3089)
Browse files Browse the repository at this point in the history
  • Loading branch information
willhennessy authored Jan 11, 2022
1 parent 5722902 commit 8c213f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WalletModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export default function WalletModal({
<ContentWrapper>
{error instanceof UnsupportedChainIdError ? (
<h5>
<Trans>Please connect to the appropriate Ethereum network.</Trans>
<Trans>Please connect to a supported network in the dropdown menu or in your wallet.</Trans>
</h5>
) : (
<Trans>Error connecting. Try refreshing the page.</Trans>
Expand Down

0 comments on commit 8c213f9

Please sign in to comment.