1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-21 16:10:38 +01:00

[ticket/16237] fix typo

PHPBB3-16237
This commit is contained in:
hanakin 2020-05-08 17:16:57 -10:00
parent f93f29aea4
commit e9227797a0

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>{{{ lang('POST_REPORTED') }}</strong></a>
<a href="{U_MCP_REPORT}"><strong>{{ lang('POST_REPORTED') }}</strong></a>
</p>
{% endif %}