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': '扫描二维码错误', 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