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

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' => [
'Support' => 'Support', 'Support' => 'Support',
'Ticket' => 'Ticket', 'Ticket' => 'Ticket',
]; ]];