renamed add to create
This commit is contained in:
parent
503c86a84b
commit
30e7d2139d
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue