aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorRichard McGirr <rmcgirr83@gmail.com>2016-08-27 06:12:50 -0400
committerRichard McGirr <rmcgirr83@gmail.com>2016-08-27 06:12:50 -0400
commit3b395aa7a48cd1869a29224cbe6761e75e981414 (patch)
tree68242a4761b7fcb07cef2e95f509e8d538aed401 /phpBB/styles
parent5c8fd9760b6241bb68b5b1e830d9faa07f6f0859 (diff)
downloadforums-3b395aa7a48cd1869a29224cbe6761e75e981414.tar
forums-3b395aa7a48cd1869a29224cbe6761e75e981414.tar.gz
forums-3b395aa7a48cd1869a29224cbe6761e75e981414.tar.bz2
forums-3b395aa7a48cd1869a29224cbe6761e75e981414.tar.xz
forums-3b395aa7a48cd1869a29224cbe6761e75e981414.zip
[ticket/14753] Fix mcp_post
PHPBB3-14753
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/mcp_post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html
index c7b52bb3a5..a0de554e21 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -102,7 +102,7 @@
<!-- IF S_MESSAGE_REPORTED -->
<p class="post-notice reported">
- <i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{TOPIC_REPORTED}</span> <a href="{U_MCP_REPORT}"><strong>{L_MESSAGE_REPORTED}</strong></a>
+ <i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_REPORTED}</span> <a href="{U_MCP_REPORT}"><strong>{L_MESSAGE_REPORTED}</strong></a>
</p>
<!-- ENDIF -->