Fix style bugs

This commit is contained in:
Dennis Eichhorn 2017-06-27 21:48:27 +02:00
parent 990b56b701
commit 2b05b7597e
2 changed files with 4 additions and 2 deletions

View File

@ -48,7 +48,7 @@
"pid": "7322d5765c8b18b14c20d406e89c628fd0998688",
"type": 3,
"subtype": 1,
"name": "Archive",
"name": "Create",
"uri": "{/base}/{/lang}/backend/kanban/create?{?}",
"target": "self",
"icon": null,

View File

@ -14,6 +14,8 @@
* @link http://orange-management.com
*/
return ['Navigation' => [
'Kanban' => 'Kanban',
'Archive' => 'Archive',
'Boards' => 'Boards',
'Create' => 'Create',
'Kanban' => 'Kanban',
]];