render fixes, minor bug fixes

This commit is contained in:
Dennis Eichhorn 2022-03-05 17:03:46 +01:00
parent de0afce77b
commit 233efbc0fb

View File

@ -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',