Fixing remaining bugs for route-restructure

This commit is contained in:
Dennis Eichhorn 2016-04-09 10:43:09 +02:00
parent cbe66a5855
commit 94e16a8d6a
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' => [
'Accounting' => 'Accounting',
'AccountPostings' => 'Account Postings',
'Balance' => 'Balance',
@ -25,4 +25,4 @@ $MODLANG['Navigation'] = [
'Entries' => 'Entries',
'Postings' => 'Postings',
'Predefined' => 'Predefined',
];
]];

View File

@ -13,7 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['Accounting'] = [
return ['Accounting' => [
'Account' => 'Account',
'Accounts' => 'Accounts',
'BatchPostings' => 'Batch Postings',
@ -46,4 +46,4 @@ $MODLANG['Accounting'] = [
'To' => 'To',
'Total' => 'Total',
'Type' => 'Type',
];
]];