Fixing remaining bugs for route-restructure

This commit is contained in:
Dennis Eichhorn 2016-04-09 10:43:09 +02:00
parent 03e01233d7
commit dd8133fe1a
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['Navigation'] = [
return ['Navigation' => [
'Draft' => 'Draft',
'Inbox' => 'Inbox',
'Messages' => 'Messages',
@ -21,4 +21,4 @@ $MODLANG['Navigation'] = [
'Settings' => 'Settings',
'Spam' => 'Spam',
'Trash' => 'Trash',
];
]];

View File

@ -13,7 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['Messages'] = [
return ['Messages' => [
'All' => 'All',
'AverageAmount' => 'Avg. Amount',
'BCC' => 'BCC',
@ -40,4 +40,4 @@ $MODLANG['Messages'] = [
'Trash' => 'Trash',
'Week' => 'Week',
'Year' => 'Year',
];
]];