diff options
author | Richard McGirr <rmcgirr83@gmail.com> | 2016-08-27 06:12:50 -0400 |
---|---|---|
committer | Richard McGirr <rmcgirr83@gmail.com> | 2016-08-27 06:12:50 -0400 |
commit | 3b395aa7a48cd1869a29224cbe6761e75e981414 (patch) | |
tree | 68242a4761b7fcb07cef2e95f509e8d538aed401 /phpBB/styles | |
parent | 5c8fd9760b6241bb68b5b1e830d9faa07f6f0859 (diff) | |
download | forums-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.html | 2 |
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 --> |