feat(admin, settlement, dashboard): strengthen permission gating and billing workflows
This commit is contained in:
@@ -176,6 +176,11 @@
|
||||
"outMin": "Per-order minimum from lottery wallet to main wallet",
|
||||
"outMax": "Per-order maximum from lottery wallet to main wallet"
|
||||
},
|
||||
"validation": {
|
||||
"amountAtLeastMinorUnit": "{{field}} must be a valid amount and at least 0.01.",
|
||||
"inRangeInvalid": "Maximum transfer-in amount cannot be less than the minimum transfer-in amount.",
|
||||
"outRangeInvalid": "Maximum transfer-out amount cannot be less than the minimum transfer-out amount."
|
||||
},
|
||||
"discard": "Discard changes",
|
||||
"confirmSaveTitle": "Save wallet limits?",
|
||||
"confirmSaveDescription": "This updates per-order transfer-in/out limits and immediately affects player wallet transfers."
|
||||
|
||||
Reference in New Issue
Block a user