fix missing localization

This commit is contained in:
Dennis Eichhorn 2023-06-16 20:47:42 +00:00
parent 1d5870be5e
commit 89190066ef
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ return ['ContractManagement' => [
'Files' => 'Files',
'Overview' => 'Overview',
'Title' => 'Title',
'Type' => 'Type',
'With' => 'With',
'Start' => 'Start',
'Description' => 'Description',

View File

@ -28,7 +28,7 @@ echo $this->data['nav']->render(); ?>
<ul class="tab-links">
<li><label for="c-tab-1"><?= $this->getHtml('Overview'); ?></label></li>
<li><label for="c-tab-2"><?= $this->getHtml('Files'); ?></label></li>
<li><label for="c-tab-3"><?= $this->getHtml('Notes'); ?></label></li>
<li><label for="c-tab-3"><?= $this->getHtml('Notes', 'Editor', 'Backend'); ?></label></li>
<!-- if parrent contract show all parties that use this template/parent contract (e.g. show all customers who have this contract)
<li><label for="c-tab-4"><?= $this->getHtml('Parties'); ?></label></li>
-->