From e9227797a06ac36e3a31441ffed11740ea684f49 Mon Sep 17 00:00:00 2001 From: hanakin Date: Fri, 8 May 2020 17:16:57 -1000 Subject: [PATCH] [ticket/16237] fix typo PHPBB3-16237 --- phpBB/styles/prosilver/template/mcp_post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index 4710eef7b7..623d118516 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') }} - {{{ lang('POST_REPORTED') }} + {{ lang('POST_REPORTED') }}

{% endif %}