fix, case

This commit is contained in:
jusax23 2023-03-31 21:56:20 +02:00
parent 3388ede069
commit 5b37f3eafb
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41

View file

@ -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