fix: unify terminology for consumer and player roles
This commit is contained in:
@@ -11,7 +11,7 @@ import { Textarea } from "@/components/ui/textarea"
|
||||
import { mockComments, mockOrders, mockPosts } from "@/lib/mock-data"
|
||||
|
||||
const roleLabels: Record<string, string> = {
|
||||
consumer: "玩家",
|
||||
consumer: "消费者",
|
||||
player: "打手",
|
||||
owner: "店主",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user