1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 16:01:40 +02:00

[ticket/16237] fix merge conflicts

PHPBB3-16237
This commit is contained in:
hanakin
2020-05-08 11:25:50 -10:00
parent a1b88e12ca
commit f7dfff7cf0
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@
{% if S_POST_REPORTED and not S_MCP_REPORT %}
<p class="post-notice reported">
{{ Icon('iconify', 'fa:exclamation', lang('TOPIC_REPORTED'), true, 'c-topic-reported-icon') }}
<a href="{U_MCP_REPORT}"><strong>{L_MESSAGE_REPORTED}</strong></a>
<a href="{U_MCP_REPORT}"><strong>{{{ lang('POST_REPORTED') }}</strong></a>
</p>
{% endif %}