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);
return ['ContractManagement' => [
'Account' => '',
'Account' => 'Account',
'Contract' => 'Contract',
'Contracts' => 'Contracts',
'End' => '',
'Files' => '',
'Overview' => '',
'End' => 'End',
'Files' => 'Files',
'Overview' => 'Overview',
'Title' => 'Title',
]];