diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index b7a3930..c37456c 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -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', ]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 795a9f6..4ca585d 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -13,7 +13,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -$MODLANG['Business'] = [ +$MODLANG['Organization'] = [ 'Active' => 'Active', 'Department' => 'Department', 'Departments' => 'Departments',