diff --git a/src/locales/en-US.ts b/src/locales/en-US.ts index 8ce1706..6d4b259 100644 --- a/src/locales/en-US.ts +++ b/src/locales/en-US.ts @@ -99,7 +99,7 @@ export default { 'mine.origin': 'Please choose coin type', 'mine.calc': 'Exchange Calculator', 'mine.mine': 'Crystal', - 'mine.addressTitle': 'Deposit more than 200 {label} to your address (Warning: less than 200 {label} will NOT increase your crystal). Please scan QR code or click url to copy', + 'mine.addressTitle': 'Deposit at least 200 {label} to your address (Warning: less than 200 {label} will NOT increase your crystal). Please scan QR code or click url to copy', 'mine.info': 'After the deposit, you have to click "Refresh" on the mine\'s page to inform the platform, and crystals will only turn valid until the platform gets informed and it confirms your deposit', 'draw.title': 'Withdraw', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 3f85408..d428775 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -99,7 +99,7 @@ export default { 'mine.origin': '请选择来源币种', 'mine.calc': '汇率计算器:', 'mine.mine': '矿晶', - 'mine.addressTitle': '充值 {label} 到您的专属地址。扫描二维码或点击地址复制:', + 'mine.addressTitle': '充值至少200 {label} 到您的专属地址(低于200无效,不可退,不可累计)。扫描二维码或点击地址复制:', 'mine.info': '充值到达目标账户后,您必须回到上一页矿场,点击刷新,平台查账确认后,您才能获赠矿晶。', 'draw.title': '提币转账',