fix: simplify wallet choices and use bnb chain
This commit is contained in:
@@ -171,9 +171,26 @@ export const enDict: Dict = {
|
||||
walletDisconnect: "Disconnect",
|
||||
walletLoginTitle: "Connect wallet",
|
||||
walletLoginDesc:
|
||||
"Sign a message to verify your wallet address. No transaction or gas fee.",
|
||||
walletInjected: "Browser wallet / DApp browser",
|
||||
walletInjectedDesc: "Use the wallet already available in this browser.",
|
||||
"Sign a message to verify your BNB Chain wallet address. No transaction or gas fee.",
|
||||
walletInjected: "Use browser wallet",
|
||||
walletInjectedDesc: "Sign with the wallet available in this browser.",
|
||||
walletNoBrowserWallet: "No browser wallet detected",
|
||||
walletNoBrowserWalletDesc:
|
||||
"Install or enable a browser wallet extension, such as MetaMask.",
|
||||
walletOpenWalletApp: "Open wallet app",
|
||||
walletOpenWalletAppDesc:
|
||||
"Open this site in your wallet app, then sign to log in.",
|
||||
walletTokenPocket: "TokenPocket",
|
||||
walletMetaMask: "MetaMask",
|
||||
walletImToken: "imToken",
|
||||
walletChooseDesktop:
|
||||
"Choose the wallet you want to use. On desktop, install the matching browser extension and switch to BNB Chain.",
|
||||
walletChooseMobile: "Choose a wallet app to open this site.",
|
||||
walletDesktopHint:
|
||||
"If no wallet opens after clicking, make sure the matching browser extension is installed and enabled.",
|
||||
walletInstallSelected:
|
||||
"No {wallet} browser extension detected. Install or enable it, then try again.",
|
||||
walletOpen: "Open",
|
||||
walletTokenPocketQr: "TokenPocket QR login",
|
||||
walletTokenPocketQrDesc:
|
||||
"Recommended for China users. Scan with TokenPocket and sign to return login to this browser.",
|
||||
|
||||
Reference in New Issue
Block a user