From 89190066ef772345b98e3039fcb7a15fc9b585f8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 16 Jun 2023 20:47:42 +0000 Subject: [PATCH] fix missing localization --- Theme/Backend/Lang/en.lang.php | 1 + Theme/Backend/contract-single.tpl.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 64c7091..72b0c3c 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -21,6 +21,7 @@ return ['ContractManagement' => [ 'Files' => 'Files', 'Overview' => 'Overview', 'Title' => 'Title', + 'Type' => 'Type', 'With' => 'With', 'Start' => 'Start', 'Description' => 'Description', diff --git a/Theme/Backend/contract-single.tpl.php b/Theme/Backend/contract-single.tpl.php index bdd865b..db5243c 100755 --- a/Theme/Backend/contract-single.tpl.php +++ b/Theme/Backend/contract-single.tpl.php @@ -28,7 +28,7 @@ echo $this->data['nav']->render(); ?>