From 496544409f5885149d5e539ef36f0634ba8f19dc Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Sat, 30 May 2026 17:49:03 +0100 Subject: Fix invalid use of 'tra' as Smarty modifier in admin_layout_overview.tpl 'tra' is a block function, not a modifier; remove it and use the literal string since 'Default' needs no translation in this context. Co-Authored-By: Claude Sonnet 4.6 --- templates/admin_layout_overview.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin_layout_overview.tpl b/templates/admin_layout_overview.tpl index 88bc03b..1b9998a 100755 --- a/templates/admin_layout_overview.tpl +++ b/templates/admin_layout_overview.tpl @@ -11,7 +11,7 @@ {foreach name=PkgLayouts from=$layouts item=layout key=module_package} {if !$module_package || $module_package == 'kernel'} - {assign var=tabTitle value="Default"|tra} + {assign var=tabTitle value="Default"} {else} {assign var=tabTitle value=$module_package|capitalize} {/if} -- cgit v1.3