diff --git a/src/locales/ar.json b/src/locales/ar.json index 47022dd..eb5c534 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -275,6 +275,7 @@ "withdrawal_method": "طريقة السحب", "please_select_bank_card": "يرجى اختيار بطاقة مصرفية", + "change_withdrawal_method": "تغيير طريقة السحب", "enter_cash_out_amount": "يرجى إدخال مبلغ السحب", "cash_out_minimum": "*يجب أن يكون مبلغ السحب أكبر من أو يساوي 50 دولارًا", diff --git a/src/locales/en.json b/src/locales/en.json index 9202cea..f5e65e2 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -275,6 +275,7 @@ "withdrawal_method": "Withdrawal Method", "please_select_bank_card": "Please select a bank card", + "change_withdrawal_method": "Change withdrawal method", "enter_cash_out_amount": "Please enter the cash out amount", "cash_out_minimum": "*The cash out amount must be >= $50", diff --git a/src/locales/zh.json b/src/locales/zh.json index f24bdc0..2b85f63 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -275,6 +275,7 @@ "withdrawal_method": "提现方式", "please_select_bank_card": "请选择银行卡", + "change_withdrawal_method": "更改提现方式", "enter_cash_out_amount": "请输入提现金额", "cash_out_minimum": "*提现金额必须大于等于50美元", diff --git a/src/views/BDCenter/availableIncome.vue b/src/views/BDCenter/availableIncome.vue index e313614..c73f53a 100644 --- a/src/views/BDCenter/availableIncome.vue +++ b/src/views/BDCenter/availableIncome.vue @@ -617,11 +617,17 @@