fix, case
This commit is contained in:
parent
3388ede069
commit
5b37f3eafb
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ export const act_error = {
|
|||
ROOM_LIMIT: "roomlimit", // you have exited your Room number limit
|
||||
ROOM_USER_LIMIT: "roomuserlimit", // this room is full
|
||||
ROOM_DATA_LIMIT: "roomdatalimit", // room is full
|
||||
NOT_ROOM_ADMIN: "notroomAdmin", // your are not an Admin of this room, if it exists
|
||||
NOT_IN_ROOM: "notinRoom", // your are not in this room
|
||||
NOT_ROOM_ADMIN: "notroomadmin", // your are not an Admin of this room, if it exists
|
||||
NOT_IN_ROOM: "notinroom", // your are not in this room
|
||||
OWNER: "owner", // you are the owner, so you are not allowed to do this
|
||||
|
||||
CAT_NOT_EXISTS: "catnotexists", // referred category does not exists
|
||||
|
|
Loading…
Reference in a new issue