renamed add to create
This commit is contained in:
parent
503c86a84b
commit
30e7d2139d
|
|
@ -6,7 +6,7 @@
|
|||
"position": 0,
|
||||
"name": "Anzeigen"
|
||||
},
|
||||
"ADD": {
|
||||
"CREATE": {
|
||||
"position": 1,
|
||||
"name": "Anlegen"
|
||||
},
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"meta_permissions": {
|
||||
"MANAGE": {
|
||||
"permissions": ["VIEW", "ADD", "DELETE", "EDIT"],
|
||||
"permissions": ["VIEW", "CREATE", "DELETE", "EDIT"],
|
||||
"name": "Verwalten"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue