fix: 修正提现金额输入提示中的占位符格式
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user