Fixing remaining bugs for route-restructure

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

View File

@ -13,7 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['Support'] = [
return ['Support' => [
'Account' => 'Account',
'All' => 'All',
'AverageProcessTime' => 'Avg. Process Time',
@ -57,4 +57,4 @@ $MODLANG['Support'] = [
'Type' => 'Type',
'Week' => 'Week',
'Year' => 'Year',
];
]];

View File

@ -13,7 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['Navigation'] = [
return ['Navigation' => [
'Support' => 'Support',
'Ticket' => 'Ticket',
];
]];