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