diff --git a/src/components/WalletModal/index.tsx b/src/components/WalletModal/index.tsx index 71adeb890c..3b0d3a7e72 100644 --- a/src/components/WalletModal/index.tsx +++ b/src/components/WalletModal/index.tsx @@ -320,7 +320,7 @@ export default function WalletModal({ {error instanceof UnsupportedChainIdError ? (
- Please connect to the appropriate Ethereum network. + Please connect to a supported network in the dropdown menu or in your wallet.
) : ( Error connecting. Try refreshing the page.