From f7dfff7cf058ebb503d7a16556396429fe40e350 Mon Sep 17 00:00:00 2001 From: hanakin Date: Fri, 8 May 2020 11:25:50 -1000 Subject: [PATCH] [ticket/16237] fix merge conflicts PHPBB3-16237 --- phpBB/styles/prosilver/template/mcp_post.html | 2 +- phpBB/styles/prosilver/template/search_results.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}