diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php old mode 100755 new mode 100644 index addace8..150bd1c --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -4,6 +4,7 @@ * * PHP Version 8.0 * + * @package Modules\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 index e936a31..9da6f02 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,6 +4,7 @@ * * PHP Version 8.0 * + * @package Modules\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -33,9 +34,9 @@ return ['HumanResourceManagement' => [ 'Name' => 'Name', 'Parent' => 'Parent', 'Personnel' => 'Personnel', - 'Phone' => '', + 'Phone' => 'Phone', 'Position' => 'Position', - 'ProfileImage' => '', + 'ProfileImage' => 'Profile image', 'Remarks' => 'Remarks', 'Shifts' => 'Shifts', 'Staff' => 'Staff',