Updated room permissions

This commit is contained in:
Jakob Meier 2023-03-29 18:47:45 +02:00
parent ecccec7950
commit cb232cf271
No known key found for this signature in database
GPG key ID: 66BDC7E6A01A6152
2 changed files with 4 additions and 4 deletions

View file

@ -70,7 +70,7 @@ class RoomPermission {
return oB("0000010");
}
static int get listGroupsItems {
static int get listCategoriesAndProducts {
return oB("0000100");
}
@ -94,7 +94,7 @@ class RoomPermission {
return [
addArticles,
removeArticles,
listGroupsItems,
listCategoriesAndProducts,
changeMeta,
ota,
changeAdmin,

View file

@ -182,8 +182,8 @@
"roomPermissionAddArticlesSubtitle": "Allows users to add items to the shopping list",
"roomPermissionRemoveArticles": "Remove Articles",
"roomPermissionRemoveArticlesSubtitle": "Allows users to remove items from the shopping list",
"roomPermissionList": "List Groups and Items",
"roomPermissionListSubtitle": "Allows the user to view groups and products",
"roomPermissionList": "List Products and Categories",
"roomPermissionListSubtitle": "Allows the user to view products and categories",
"roomPermissionChangeMeta": "Change Room Metadata",
"roomPermissionChangeMetaSubtitle": "Allows the user to edit the room name, description and icon",
"roomPermissionManageOTA": "Manage OTAs",