diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html
index 44ad4ff2d2..ecfee407f3 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -101,7 +101,7 @@
- {{ Icon('iconify', 'mdi:alert-decagram', lang('TOPICS_UNAPPROVED'), true, 'c-unapproved-icon') }}
+ {{ Icon('iconify', 'mdi:alert-decagram', lang('POSTS_UNAPPROVED_FORUM'), true, 'c-unapproved-icon') }}
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html
index f526f0c33a..fc55e674d9 100644
--- a/phpBB/styles/prosilver/template/search_results.html
+++ b/phpBB/styles/prosilver/template/search_results.html
@@ -133,7 +133,9 @@
{{ Icon('iconify', 'fa:bar-chart', '', true) }}
{{ Icon('iconify', 'fa:paperclip', '', true) }}
+ {% EVENT topiclist_row_topic_by_author_before %}
{L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN}
{searchresults.FORUM_TITLE}
+ {% EVENT topiclist_row_topic_by_author_after %}
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
index 307471abab..5248972701 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
@@ -32,7 +32,7 @@
{AUTHOR_AVATAR}
- {MESSAGE_AUTHOR_FULL} {{ Icon('iconify', 'fa:circle', lang('L_ONLINE'), true, 'c-online-icon') }}
+ {MESSAGE_AUTHOR_FULL} {{ Icon('iconify', 'fa:circle', lang('ONLINE'), true, 'c-online-icon') }}
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 1c73b25e82..b026a093c2 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -149,7 +149,7 @@
- {postrow.POST_AUTHOR_FULL}{postrow.POST_AUTHOR_FULL} {{ Icon('iconify', 'fa:circle', lang('L_ONLINE'), true, 'c-online-icon') }}
+ {postrow.POST_AUTHOR_FULL}{postrow.POST_AUTHOR_FULL} {{ Icon('iconify', 'fa:circle', lang('ONLINE'), true, 'c-online-icon') }}
@@ -180,7 +180,7 @@
{L_CONTACT}{L_COLON}
- {{ Icon('iconify', 'mdi:comment-processing-outline', '', true) }}{postrow.CONTACT_USER}
+ {{ Icon('iconify', 'mdi:comment-processing-outline', postrow.CONTACT_USER, true) }}
@@ -280,9 +280,9 @@
{% if postrow.S_UNREAD_POST %}
- {{ Icon('iconify', 'fa:file', postrow.MINI_POST, true, 'c-topic-unread-icon') }}
+ {{ Icon('iconify', 'fa:file', postrow.MINI_POST, true, 'c-topic-unread-icon') }}
{% else %}
- {{ Icon('iconify', 'fa:file', postrow.MINI_POST, true, 'c-topic-icon') }}
+ {{ Icon('iconify', 'fa:file', postrow.MINI_POST, true, 'c-topic-icon') }}
{% endif %}
{L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} »
diff --git a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
index 37c3a37489..f1c2b73bae 100644
--- a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
+++ b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html
@@ -25,28 +25,28 @@
- {{ Icon('iconify', 'mdi:bookmark-plus-outline', '', true) }}{S_BOOKMARK_TOPIC}
+ {{ Icon('iconify', 'mdi:bookmark-plus-outline', S_BOOKMARK_TOPIC, false) }}
- {{ Icon('iconify', 'mdi:update', '', true) }}{L_BUMP_TOPIC}
+ {{ Icon('iconify', 'mdi:update', lang('BUMP_TOPIC'), false) }}
- {{ Icon('iconify', 'mdi:send-circle-outline', '', true) }}{L_EMAIL_TOPIC}
+ {{ Icon('iconify', 'mdi:send-circle-outline', lang('EMAIL_TOPIC'), false) }}
- {{ Icon('iconify', 'ic:outline-print', '', true) }}{L_PRINT_TOPIC}
+ {{ Icon('iconify', 'ic:outline-print', lang('PRINT_TOPIC'), false) }}