From 6de280a73add144202b086e2dc68ba9796ce8a7f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 27 Jul 2016 22:20:30 +0200 Subject: [PATCH] Localization fix --- Theme/Backend/cockpit.tpl.php | 2 +- Theme/backend/cockpit.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/cockpit.tpl.php b/Theme/Backend/cockpit.tpl.php index 8cb49e8..ffe2d59 100644 --- a/Theme/Backend/cockpit.tpl.php +++ b/Theme/Backend/cockpit.tpl.php @@ -51,7 +51,7 @@ echo $this->getData('nav')->render(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/backend/cockpit.tpl.php b/Theme/backend/cockpit.tpl.php index 8cb49e8..ffe2d59 100644 --- a/Theme/backend/cockpit.tpl.php +++ b/Theme/backend/cockpit.tpl.php @@ -51,7 +51,7 @@ echo $this->getData('nav')->render(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?>