This commit is contained in:
Dennis Eichhorn 2018-05-20 09:59:17 +02:00
parent 466a57ba7d
commit 7a7d8c9947
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
*/
return ['Navigation' => [
'Archive' => 'Archive',
'Boards' => 'Boards',
'Create' => 'Create',
'Kanban' => 'Kanban',
'Boards' => 'Boards',
'Create' => 'Create',
'Kanban' => 'Kanban',
]];

View File

@ -11,5 +11,5 @@
* @link http://website.orange-management.de
*/
return ['Kanban' => [
'Dashboard' => 'Dashboard',
'Dashboard' => 'Dashboard',
]];