Organization language fix

This commit is contained in:
Dennis Eichhorn 2016-02-04 21:12:37 +01:00
parent 2c610a5b89
commit d236377f72
2 changed files with 5 additions and 5 deletions

View File

@ -14,8 +14,8 @@
* @link http://orange-management.com
*/
$MODLANG['Navigation'] = [
'Business' => 'Business',
'Departments' => 'Departments',
'Positions' => 'Positions',
'Units' => 'Units',
'Departments' => 'Departments',
'Organization' => 'Organization',
'Positions' => 'Positions',
'Units' => 'Units',
];

View File

@ -13,7 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['Business'] = [
$MODLANG['Organization'] = [
'Active' => 'Active',
'Department' => 'Department',
'Departments' => 'Departments',