render fixes, minor bug fixes

This commit is contained in:
Dennis Eichhorn 2022-03-05 17:03:46 +01:00
parent 501dd49f7d
commit 363ec90d6e

View File

@ -13,11 +13,11 @@
declare(strict_types=1); declare(strict_types=1);
return ['ContractManagement' => [ return ['ContractManagement' => [
'Account' => '', 'Account' => 'Account',
'Contract' => 'Contract', 'Contract' => 'Contract',
'Contracts' => 'Contracts', 'Contracts' => 'Contracts',
'End' => '', 'End' => 'End',
'Files' => '', 'Files' => 'Files',
'Overview' => '', 'Overview' => 'Overview',
'Title' => 'Title', 'Title' => 'Title',
]]; ]];