From 233efbc0fb5895163223117a896af5659f69557f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 5 Mar 2022 17:03:46 +0100 Subject: [PATCH] render fixes, minor bug fixes --- Theme/Backend/Lang/en.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',