diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index b3446df..8aee6d8 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -13,20 +13,20 @@ declare(strict_types=1); return ['Organization' => [ - 'Active' => 'Active', - 'Department' => 'Department', - 'Departments' => 'Departments', - 'Description' => 'Description', - 'Inactive' => 'Inactive', - 'Logo' => 'Logo', - 'Name' => 'Name', - 'Parent' => 'Parent', - 'Position' => 'Position', - 'Positions' => 'Positions', - 'Search' => 'Search', - 'Status' => 'Status', - 'Unit' => 'Unit', - 'UnitLogo' => 'Unit Logo', - 'Units' => 'Units', + 'Active' => 'Active', + 'Department' => 'Department', + 'Departments' => 'Departments', + 'Description' => 'Description', + 'Inactive' => 'Inactive', + 'Logo' => 'Logo', + 'Name' => 'Name', + 'Parent' => 'Parent', + 'Position' => 'Position', + 'Positions' => 'Positions', + 'Search' => 'Search', + 'Status' => 'Status', + 'Unit' => 'Unit', + 'UnitLogo' => 'Unit Logo', + 'Units' => 'Units', 'IMG_alt_profile' => 'Unit image', ]];