mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-04 04:48:41 +00:00
render fixes, minor bug fixes
This commit is contained in:
parent
501dd49f7d
commit
363ec90d6e
|
|
@ -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',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user