Skip to content

Commit

Permalink
Update error text when connecting wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipenunes committed Jul 3, 2024
1 parent ce4d13a commit 7b6f985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/walletConnect/WalletConnectModalError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const WalletConnectModalError = ({
selectedWallet ? selectedWallet.name : 'Wallet'
}`}
</p>
<p className="text-12">Please try again or contact support</p>
<p className="text-12">If you have multiple wallets on the browser, please disable them, keep MetaMask active and try again</p>
</div>
)}
</div>
Expand Down

0 comments on commit 7b6f985

Please sign in to comment.