Commit 8c213f90 authored by Will Hennessy's avatar Will Hennessy Committed by GitHub

Update wrong network message (#3089)

fixes https://github.com/Uniswap/interface/issues/2740
parent 5722902f
...@@ -320,7 +320,7 @@ export default function WalletModal({ ...@@ -320,7 +320,7 @@ export default function WalletModal({
<ContentWrapper> <ContentWrapper>
{error instanceof UnsupportedChainIdError ? ( {error instanceof UnsupportedChainIdError ? (
<h5> <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> </h5>
) : ( ) : (
<Trans>Error connecting. Try refreshing the page.</Trans> <Trans>Error connecting. Try refreshing the page.</Trans>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment