diff --git a/src/components/authcore-dialog.tsx b/src/components/authcore-dialog.tsx index f5ca0b6..3375fc7 100644 --- a/src/components/authcore-dialog.tsx +++ b/src/components/authcore-dialog.tsx @@ -34,10 +34,12 @@ export const AuthcoreDialog: FC = ({ {isHideSocialLogin && (

- - - - + {chunks}, + }} + />

)} diff --git a/src/i18n/translations/en.json b/src/i18n/translations/en.json index fefd2b2..883d123 100644 --- a/src/i18n/translations/en.json +++ b/src/i18n/translations/en.json @@ -22,8 +22,7 @@ "wallet_connect_header_title_open_app": "Launch App", "wallet_connect_header_title_scan_qrcode": "Scan QR Code", "wallet_connect_hint_approve": "Please approve the connection request in the app by clicking the button below.", - "wallet_connect_hint_reset_password": "If you can't find your login method", - "wallet_connect_hint_reset_password_highlight": "reset your password.", + "wallet_connect_hint_reset_password": "If you can't find your login method,reset your password.", "wallet_connect_hint_scan_qrcode_cosmostation_mobile": "Please scan the QR code with Cosmostation Mobile Wallet app", "wallet_connect_hint_scan_qrcode_keplr_mobile": "Please scan the QR code with Keplr Mobile Wallet app", "wallet_connect_hint_scan_qrcode_liker_land_app": "Please scan the QR code with Liker Land app", diff --git a/src/i18n/translations/zh.json b/src/i18n/translations/zh.json index d72762d..31c18c8 100644 --- a/src/i18n/translations/zh.json +++ b/src/i18n/translations/zh.json @@ -22,8 +22,7 @@ "wallet_connect_header_title_open_app": "啟動 App", "wallet_connect_header_title_scan_qrcode": "掃描二維碼", "wallet_connect_hint_approve": "請點擊以下按鈕打開 App 並批准連接請求。", - "wallet_connect_hint_reset_password": "若找不到您原先的登入方式,請", - "wallet_connect_hint_reset_password_highlight": "重設密碼", + "wallet_connect_hint_reset_password": "若找不到您原先的登入方式,請重設密碼", "wallet_connect_hint_scan_qrcode_cosmostation_mobile": "請使用 Cosmostation Mobile Wallet app 掃描二維碼", "wallet_connect_hint_scan_qrcode_keplr_mobile": "請使用 Keplr Mobile app 掃描二維碼", "wallet_connect_hint_scan_qrcode_liker_land_app": "請使用 Liker Land app 掃描二維碼",