diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index e377f74bca..4710eef7b7 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -105,7 +105,7 @@ {% if S_POST_REPORTED and not S_MCP_REPORT %}
{{ Icon('iconify', 'fa:exclamation', lang('TOPIC_REPORTED'), true, 'c-topic-reported-icon') }} - {L_MESSAGE_REPORTED} + {{{ lang('POST_REPORTED') }}
{% endif %} diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index b0cc2aa5d3..69b3dd2ca4 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -134,7 +134,7 @@ {{ 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} + {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} {searchresults.FORUM_TITLE} {% EVENT topiclist_row_topic_by_author_after %}