diff --git a/phpBB/styles/all/template/macros/icons/font.twig b/phpBB/styles/all/template/macros/icons/font.twig index 21f2e07b78..a0933d6164 100644 --- a/phpBB/styles/all/template/macros/icons/font.twig +++ b/phpBB/styles/all/template/macros/icons/font.twig @@ -1,3 +1,3 @@ {% apply spaceless %} - {% if TITLE %}{{ lang(TITLE) }}{% endif %} + {% if TITLE %}{{ TITLE }}{% endif %} {% endapply %} diff --git a/phpBB/styles/prosilver/template/display_options.html b/phpBB/styles/prosilver/template/display_options.html index db55be9737..dd909d3471 100644 --- a/phpBB/styles/prosilver/template/display_options.html +++ b/phpBB/styles/prosilver/template/display_options.html @@ -1,8 +1,8 @@