diff --git a/src/i18n/en.json b/src/i18n/en.json index 795cf6f..d26b033 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -512,7 +512,8 @@ "contractFlow": "Contract Flow", "info": "Details", "money": "Amount", - "Authentication": "Authentication" + "Authentication": "Authentication", + "withdrawals":"Please select the withdrawal address" }, "contact": { "contact": "Contact Us", diff --git a/src/i18n/tw.json b/src/i18n/tw.json index a16550b..616824e 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -454,8 +454,8 @@ "contractFlow": "合約流水", "info": "詳情", "money": "金額", - "Authentication": "身份認證" - + "Authentication": "身份認證", + "withdrawals":"請選擇提幣地址" }, "contact": { "contact": "聯繫我們", diff --git a/src/views/wallet/address.vue b/src/views/wallet/address.vue index e18341e..e39729b 100644 --- a/src/views/wallet/address.vue +++ b/src/views/wallet/address.vue @@ -116,7 +116,7 @@ {{ address.address_note }} - + -->