fix: remove wallet verification popup

This commit is contained in:
TerryM
2026-06-04 09:36:20 +08:00
parent a1b318016f
commit 93790cb885
5 changed files with 54 additions and 162 deletions

View File

@@ -197,13 +197,6 @@ export const enDict: Dict = {
walletTpLoginBtn: "Log in with TokenPocket",
walletTpWaiting: "Waiting for your signature in TokenPocket…",
walletTpReopen: "Reopen TokenPocket",
walletVerifyAddressTitle: "Verify wallet address",
walletVerifyAddressDesc:
"Confirm the wallet address you want to use. After you tap the button below, your wallet app will ask you to sign and verify the address.",
walletDetectedAddress: "Detected wallet address",
walletVerifyAddressUnknown:
"The wallet address will be requested after verification",
walletVerifyAddressButton: "Verify this address",
favoritesFilters: "Filters",
favoriteSessionExpired: "Your session expired. Please sign in again.",
loadFailed: "Could not load your favorites.",

View File

@@ -186,12 +186,6 @@ export const zhDict: Dict = {
walletTpLoginBtn: "使用 TokenPocket 登录",
walletTpWaiting: "等待你在 TokenPocket 中完成签名…",
walletTpReopen: "重新打开 TokenPocket",
walletVerifyAddressTitle: "验证钱包地址",
walletVerifyAddressDesc:
"请确认将使用当前钱包地址登录。点击下方按钮后,钱包 App 会要求你签名验证地址。",
walletDetectedAddress: "检测到的钱包地址",
walletVerifyAddressUnknown: "点击验证后将请求钱包地址",
walletVerifyAddressButton: "验证此地址",
favoritesFilters: "筛选",
favoriteSessionExpired: "登录已过期,请重新登录。",
loadFailed: "无法加载收藏,请稍后重试。",