diff --git a/phpBB/styles/all/template/macros/icons/font.twig b/phpBB/styles/all/template/macros/icons/font.twig
index f20bcc3a36..9a350f8f03 100644
--- a/phpBB/styles/all/template/macros/icons/font.twig
+++ b/phpBB/styles/all/template/macros/icons/font.twig
@@ -1,3 +1,3 @@
-{% spaceless %}
+{% apply spaceless %}
{% if TITLE %}{{ lang(TITLE) }}{% endif %}
-{% endspaceless %}
+{% endapply %}
diff --git a/phpBB/styles/all/template/macros/icons/iconify.twig b/phpBB/styles/all/template/macros/icons/iconify.twig
index 8ffcf7a4d3..5a4387b497 100644
--- a/phpBB/styles/all/template/macros/icons/iconify.twig
+++ b/phpBB/styles/all/template/macros/icons/iconify.twig
@@ -1,3 +1,3 @@
-{% spaceless %}
+{% apply spaceless %}
{% if TITLE %}{{ lang(TITLE) }}{% endif %}
-{% endspaceless %}
+{% endapply %}
diff --git a/phpBB/styles/all/template/macros/icons/png.twig b/phpBB/styles/all/template/macros/icons/png.twig
index f171d591b7..38e36efe72 100644
--- a/phpBB/styles/all/template/macros/icons/png.twig
+++ b/phpBB/styles/all/template/macros/icons/png.twig
@@ -1,3 +1,3 @@
-{% spaceless %}
+{% apply spaceless %}
-{% endspaceless %}
+{% endapply %}
diff --git a/phpBB/styles/all/template/macros/icons/svg.twig b/phpBB/styles/all/template/macros/icons/svg.twig
index 601661dc35..3a2128ff9f 100644
--- a/phpBB/styles/all/template/macros/icons/svg.twig
+++ b/phpBB/styles/all/template/macros/icons/svg.twig
@@ -1,4 +1,4 @@
-{% spaceless %}
+{% apply spaceless %}
{% set TITLE_ID = TITLE ? TITLE|lower|replace({' ': '_'}) ~ '-' ~ random() %}
-{% endspaceless %}
+{% endapply %}
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html
index 72ae4de0b7..44ad4ff2d2 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -113,7 +113,7 @@
{L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
- {{ Icon('iconify', 'fa:external-link-square', lang('TOPICS_UNAPPROVED'), true, 'c-last-post-icon') }}
+ {{ Icon('iconify', 'fa:external-link-square', lang('VIEW_LATEST_POST'), true, 'c-last-post-icon') }}
diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html
index c6059e0873..69988e57f2 100644
--- a/phpBB/styles/prosilver/template/memberlist_view.html
+++ b/phpBB/styles/prosilver/template/memberlist_view.html
@@ -23,7 +23,7 @@
{L_USERNAME}{L_COLON}