Skip to content

Commit

Permalink
fix: adjust bcc label
Browse files Browse the repository at this point in the history
  • Loading branch information
pipaltree committed Jun 27, 2023
1 parent fb71724 commit e10a89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Backend/Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Mail Log</h1>
<div class="col">
<span><strong>To:</strong> {mail.displayToAddress}<br/>
<f:if condition="{mail.displayCcRecipients}"><strong>Cc:</strong> {mail.displayCcRecipients}<br/></f:if>
<f:if condition="{mail.displayBccRecipients}"><strong>Cc:</strong> {mail.displayBccRecipients}<br/></f:if>
<f:if condition="{mail.displayBccRecipients}"><strong>Bcc:</strong> {mail.displayBccRecipients}<br/></f:if>
<strong>Date:</strong>
<f:format.date format="H:i, d.m.Y">{mail.date}</f:format.date>
</span>
Expand Down

0 comments on commit e10a89b

Please sign in to comment.