mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10073] Fix title for "Email topic"
PHPBB3-10073
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
<tr>
|
||||
<!-- IF S_CONTACT_ADMIN-->
|
||||
<th colspan="2">{L_CONTACT_ADMIN}</th>
|
||||
<!-- ELSE -->
|
||||
<!-- ELSEIF S_SEND_USER -->
|
||||
<th colspan="2">{L_SEND_EMAIL_USER}</th>
|
||||
<!-- ELSE -->
|
||||
<th colspan="2">{L_EMAIL_TOPIC}</th>
|
||||
<!-- ENDIF -->
|
||||
</tr>
|
||||
<!-- IF ERROR_MESSAGE -->
|
||||
|
Reference in New Issue
Block a user