chore(copy): rename consumer label to 客户

Unify user-facing role terminology by replacing 消费者 with 客户 while keeping role keys unchanged. This aligns account settings, header role switch, global role labels, and order list role text.
This commit is contained in:
zetaloop
2026-02-22 10:34:55 +08:00
parent 519fb92c34
commit d0d21fa935
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export const statusLabels: Record<OrderStatus, string> = {
}
export const roleLabels: Record<string, string> = {
consumer: "消费者",
consumer: "客户",
player: "打手",
owner: "店主",
}