diff --git a/src/locales/ar.json b/src/locales/ar.json index a5e8e6c..3c54174 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -207,7 +207,6 @@ "rejection": "مرفوض", "kyc": "KYC", - "passport_id_card": "جواز السفر/بطاقة الهوية:({current}/3)", "transfer_coins": "تحويل العملات", "plus_coins": "+{amount} عملات", diff --git a/src/locales/bn.json b/src/locales/bn.json index a49067e..5ed87e4 100644 --- a/src/locales/bn.json +++ b/src/locales/bn.json @@ -207,7 +207,6 @@ "rejection": "প্রত্যাখ্যান", "kyc": "কেওয়াইসি", - "passport_id_card": "পাসপোর্ট/আইডি কার্ড:({current}/3)", "transfer_coins": "মুদ্রা স্থানান্তর", "plus_coins": "+{amount} মুদ্রা", diff --git a/src/locales/en.json b/src/locales/en.json index 3e58ea3..bca3f2a 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -207,7 +207,6 @@ "rejection": "Rejection", "kyc": "KYC", - "passport_id_card": "Passport/ID card:({current}/3)", "transfer_coins": "Transfer Coins", "plus_coins": "+{amount} Coins", diff --git a/src/locales/tr.json b/src/locales/tr.json index 5d11988..3c20efd 100644 --- a/src/locales/tr.json +++ b/src/locales/tr.json @@ -207,7 +207,6 @@ "rejection": "Red", "kyc": "KYC", - "passport_id_card": "Pasaport/Kimlik kartı:({current}/3)", "transfer_coins": "Coin Transfer", "plus_coins": "+{amount} Coin", diff --git a/src/locales/zh.json b/src/locales/zh.json index 10f0291..ca0221a 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -207,7 +207,6 @@ "rejection": "已拒绝", "kyc": "KYC", - "passport_id_card": "护照/身份证:({current}/3)", "transfer_coins": "转账金币", "plus_coins": "+{amount} 金币", diff --git a/src/views/Wallet/availableIncome.vue b/src/views/Wallet/availableIncome.vue index 30567a5..5b36f75 100644 --- a/src/views/Wallet/availableIncome.vue +++ b/src/views/Wallet/availableIncome.vue @@ -410,9 +410,10 @@
- {{ - t('passport_id_card', { current: bankCardInfo.previewUrls.length }) - }} + {{ t('passport_id_card_title') }}: +
- +
{{ t('contact_number') }}:
-
+
{{ bankCardInfo.contactNumber }}
{{ t('other_description') }}:
-
+
{{ bankCardInfo.otherDescription }}