Fixing remaining bugs for route-restructure

This commit is contained in:
Dennis Eichhorn 2016-04-09 10:42:22 +02:00
parent 46e2e2ade5
commit 367a8a6add

View File

@ -13,7 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['Contact'] = [
return ['Contact' => [
'Addresses' => 'Addresses',
'Address' => 'Address',
'City' => 'City',
@ -30,4 +30,4 @@ $MODLANG['Contact'] = [
'Province' => 'Province',
'State' => 'State',
'Zip' => 'Zip',
];
]];