improve text

This commit is contained in:
Sasha 2024-01-24 20:37:10 +01:00
parent cadb0e9543
commit 2bdc3c2530
No known key found for this signature in database

View File

@ -6,7 +6,7 @@ export const extractMetaMaskAccount =
if (!ethereum) {
throw Error(
"Missing or invalid Ethereum provider. Please install MetaMask."
"Missing or invalid Ethereum provider. Please install a Web3 wallet such as MetaMask."
);
}