fix: 修正提现金额输入提示中的占位符格式

This commit is contained in:
2025-12-15 00:51:51 +07:00
parent 3111b922fa
commit 724d5ab0ce

View File

@@ -30,7 +30,7 @@
"chooseCurrency": "Choose Currency", "chooseCurrency": "Choose Currency",
"chooseMethod": "Choose Withdraw Method", "chooseMethod": "Choose Withdraw Method",
"amount": "Amount", "amount": "Amount",
"enterAmountMax": "Enter the amount (Max: {{amount}})", "enterAmountMax": "Enter the amount (Max: {amount})",
"validAmountError": "Please enter a valid amount.", "validAmountError": "Please enter a valid amount.",
"bankAccountId": "Bank Account ID", "bankAccountId": "Bank Account ID",
"enterBankAccountId": "Enter the bank account ID", "enterBankAccountId": "Enter the bank account ID",