diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 7294773..4a455e6 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -24,4 +24,5 @@ return ['Navigation' => [ 'Profile' => 'Profil', 'Sales' => 'Umsatz', 'Suppliers' => 'Lieferanten', + 'TaxCodes' => 'Steuerkennzeichen', ]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 86f974c..5dc496b 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -24,4 +24,5 @@ return ['Navigation' => [ 'Profile' => 'Profile', 'Sales' => 'Sales', 'Suppliers' => 'Suppliers', + 'TaxCodes' => 'Tax Codes', ]]; diff --git a/Theme/Backend/taxcode-view.tpl.php b/Theme/Backend/taxcode-view.tpl.php index a8f3e61..338a911 100644 --- a/Theme/Backend/taxcode-view.tpl.php +++ b/Theme/Backend/taxcode-view.tpl.php @@ -24,7 +24,11 @@ echo $this->data['nav']->render(); ?>