fix(admin): 优化收银台空列表文案

将「当前分桶暂无支付项」改为「当前场景暂无支付项」。
This commit is contained in:
DaxPay Dev
2026-07-11 15:56:55 +08:00
parent 0fd39e118b
commit 10f8bf0044
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"typeH5": "H5",
"typeWeb": "WEB",
"addItem": "Add Payment Item",
"empty": "No payment items in this bucket",
"empty": "No payment items for this scene",
"confirmDelete": "Delete this payment item?",
"name": "Name",
"namePlaceholder": "Display name on cashier page",

View File

@@ -5,7 +5,7 @@
"typeH5": "H5",
"typeWeb": "WEB",
"addItem": "新增支付项",
"empty": "当前分桶暂无支付项",
"empty": "当前场景暂无支付项",
"confirmDelete": "确定删除该支付项吗?",
"name": "名称",
"namePlaceholder": "请输入前台展示名称",