Fixing remaining bugs for route-restructure

This commit is contained in:
Dennis Eichhorn 2016-04-09 10:43:09 +02:00
parent b302aadbaf
commit e2d780ad83
2 changed files with 4 additions and 4 deletions

View File

@ -13,6 +13,6 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['Navigation'] = [
return ['Navigation' => [
'ProjectManagement' => 'Project Management',
];
]];

View File

@ -13,7 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['ProjectManagement'] = [
return ['ProjectManagement' => [
'Active' => 'Active',
'Budget' => 'Budget',
'Canceled' => 'Canceled',
@ -35,4 +35,4 @@ $MODLANG['ProjectManagement'] = [
'Status' => 'Status',
'Title' => 'Title',
'UserGroup' => 'User/Group',
];
]];