From acaf1172765f30f6756aafb758f3f5f780d60d87 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 24 Jun 2021 00:05:23 +0200 Subject: [PATCH] fix l11n create call --- Theme/Backend/editor-single.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/editor-single.tpl.php b/Theme/Backend/editor-single.tpl.php index ac1da24..bd4ba3f 100755 --- a/Theme/Backend/editor-single.tpl.php +++ b/Theme/Backend/editor-single.tpl.php @@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?>
- icon !== null ? '' : ''; ?>printHtml($tag->getTitle()); ?> + icon !== null ? '' : ''; ?>printHtml($tag->getL11n()); ?>