fix: translate wallet no account error
Some checks failed
Deploy Staging (terry-wallet-login) / deploy (push) Failing after 32s

This commit is contained in:
TerryM
2026-06-04 11:14:52 +08:00
parent 65dee3a37e
commit ae64f96bbe
5 changed files with 49 additions and 4 deletions

View File

@@ -231,6 +231,8 @@ export const enDict: Dict = {
walletRainbowUnavailable: "QR login is not available yet.",
walletLoginSuccess: "Wallet connected",
walletLoginFailed: "Wallet login failed",
walletNoAccount:
"No wallet account was returned. Unlock your wallet and select an account, then try again.",
walletDisconnected: "Wallet disconnected",
walletOtherMethods: "Other login methods",
walletUseCurrent: "Use current wallet",