From d236377f725c464501131cf618a3d02eeef24c8e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 4 Feb 2016 21:12:37 +0100 Subject: [PATCH] Organization language fix --- Theme/Backend/Lang/Navigation.en.lang.php | 8 ++++---- Theme/Backend/Lang/en.lang.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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',