Fixing remaining bugs for route-restructure

This commit is contained in:
Dennis Eichhorn 2016-04-09 10:43:09 +02:00
parent d1c8fe35fa
commit 9dc70af48b

View File

@ -13,7 +13,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
$MODLANG['Navigation'] = [ return ['Navigation' => [
'Departments' => 'Departments', 'Departments' => 'Departments',
'Employees' => 'Employees', 'Employees' => 'Employees',
'HumanResources' => 'Human Resources', 'HumanResources' => 'Human Resources',
@ -24,4 +24,4 @@ $MODLANG['Navigation'] = [
'Shifts' => 'Shifts', 'Shifts' => 'Shifts',
'Staff' => 'Staff', 'Staff' => 'Staff',
'Structure' => 'Structure', 'Structure' => 'Structure',
]; ]];