diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 9e3d613..e0c6b8b 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -15,7 +15,7 @@ declare(strict_types=1); return ['HumanResourceManagement' => [ 'Account' => 'Account', 'Active' => 'Active', - 'Address' => '', + 'Address' => 'Address', 'Birthday' => 'Birthday', 'Clocking' => 'Clocking', 'Contracts' => 'Contracts', @@ -43,7 +43,7 @@ return ['HumanResourceManagement' => [ 'Staff' => 'Staff', 'Start' => 'Start', 'Status' => 'Status', - 'Title' => '', + 'Title' => 'Title', 'Unit' => 'Unit', 'Vacation' => 'Vacation', 'Work' => 'Work',