diff --git a/src/i18n/en.json b/src/i18n/en.json index ba7ea36..ae86d42 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -36,7 +36,8 @@ "c7": "White paper address", "c8": "Official website address", "c9": "brief introduction", - "c10": "Minimum recharge amount: {num}. Recharge less than the minimum amount will not be posted and cannot be returned." + "c10": "Minimum recharge amount: {num}. Recharge less than the minimum amount will not be posted and cannot be returned.", + "rejection":"Reason for rejection" }, "common": { "million": "million", diff --git a/src/i18n/tw.json b/src/i18n/tw.json index de90e83..de1ee2a 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -36,7 +36,8 @@ "c7": "白皮書地址", "c8": "官網地址", "c9": "簡介", - "c10": "最小充值金額:{num},小於最小金額的充值將不會上帳且無法返回。" + "c10": "最小充值金額:{num},小於最小金額的充值將不會上帳且無法返回。", + "rejection":"拒絕理由" }, "common": { "million": "幾百萬", diff --git a/src/views/wallet/funding.vue b/src/views/wallet/funding.vue index 39cf5dd..84be2a0 100644 --- a/src/views/wallet/funding.vue +++ b/src/views/wallet/funding.vue @@ -84,7 +84,8 @@