diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 4ed7aea..fd2beb6 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -65,7 +65,7 @@ "title": "Tips", "description": "To ensure the security of your funds, please make sure the bank card information is authentic and valid. The added bank card will be used for deposit and withdrawal operations." }, - "bankName": "Bank Card", + "bankName": "Bank Name", "bankNamePlaceholder": "Please select your bank", "accountNumber": "Bank Card Number", "accountNumberPlaceholder": "Please enter your bank card number", diff --git a/src/locales/index.ts b/src/locales/index.ts index fa6b03d..a312197 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -6,7 +6,7 @@ export type MessageSchema = typeof enUS; const i18n = createI18n({ legacy: false, - locale: "en-US", + locale: "zh-CN", fallbackLocale: "en-US", messages: { "en-US": enUS, diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index 803074b..e4593fb 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -65,7 +65,7 @@ "title": "温馨提示", "description": "为了保障您的资金安全,请确保银行卡信息真实有效。添加的银行卡将用于充值和提现操作。" }, - "bankName": "银行卡", + "bankName": "银行名称", "bankNamePlaceholder": "请选择您的银行", "accountNumber": "银行卡号", "accountNumberPlaceholder": "请输入银行卡号",