renamed add to create

This commit is contained in:
Patrick 2025-09-08 15:28:10 +02:00
parent 503c86a84b
commit 30e7d2139d
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"position": 0, "position": 0,
"name": "Anzeigen" "name": "Anzeigen"
}, },
"ADD": { "CREATE": {
"position": 1, "position": 1,
"name": "Anlegen" "name": "Anlegen"
}, },
@ -25,7 +25,7 @@
}, },
"meta_permissions": { "meta_permissions": {
"MANAGE": { "MANAGE": {
"permissions": ["VIEW", "ADD", "DELETE", "EDIT"], "permissions": ["VIEW", "CREATE", "DELETE", "EDIT"],
"name": "Verwalten" "name": "Verwalten"
} }
} }