From 774dd0ae321d396d7b44ee51e42ef31950bd0c99 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Sun, 29 Sep 2019 12:59:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9C=80=E9=AB=982=E5=80=8D=E6=8A=95?= =?UTF-8?q?=E8=B5=84=E7=9F=BF=E6=99=B6=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en-US.ts | 4 ++-- src/locales/zh-CN.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/en-US.ts b/src/locales/en-US.ts index 37cb375..3e7b0cf 100644 --- a/src/locales/en-US.ts +++ b/src/locales/en-US.ts @@ -111,13 +111,13 @@ export default { 'draw.avaliable': 'Available balance:{num} {coin}', 'draw.fee': 'Transfer fee {num} {coin}', 'draw.actual': 'Estimated amount of arrival {num} {coin}', - 'draw.drawHint': 'at least 1000 to withdraw', + 'draw.drawHint': 'at least 1000, at most double of investment', 'draw.draw': 'Withdraw', 'draw.qrPrompt': 'Please install App to scan QR code', 'draw.qrError': 'Scanning QR code fails', 'draw.coin': 'Please select currencies', 'draw.targetPrompt': 'Please input destination address', - 'draw.amountLt': 'Withdrawal amount can\'t be less than 10000', + 'draw.amountLt': 'Withdrawal amount can\'t be less than 1000', 'draw.amountGt': 'Withdrawal amount exceeds your balance', 'draw.summary': 'You are withdrawing {num} {coin} to {address}', 'draw.pwdPrompt': 'Please input asset password', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 098416a..8cce8c3 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -111,7 +111,7 @@ export default { 'draw.avaliable': '可用余额:{num} {coin}', 'draw.fee': '转账费用 {num} {coin}', 'draw.actual': '预计到账 {num} {coin}', - 'draw.drawHint': '最低数额1000起', + 'draw.drawHint': '最低1000起,最高2倍投资矿晶额', 'draw.draw': '提币', 'draw.qrPrompt': '请安装 App 以扫描二维码', 'draw.qrError': '扫描二维码错误', From 87f38e8eef1d3c4e36ef917189236963a2b8bd5b Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Sun, 29 Sep 2019 14:03:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=B5=84=E9=87=91=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=8F=AF=E6=8F=90=E5=8F=96=E7=9A=84=E9=87=91?= =?UTF-8?q?=E9=A2=9D=20info.vic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/fund/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/fund/index.tsx b/src/pages/home/fund/index.tsx index 69f5ec1..58fc26d 100644 --- a/src/pages/home/fund/index.tsx +++ b/src/pages/home/fund/index.tsx @@ -45,7 +45,7 @@ const FundPage: React.FC = ({ {formatMessage({ id: 'home.fund.total' })} - {info ? (info.usdt || 0) : 0} VIC + {info ? (info.vic || 0) : 0} VIC