FIX: heading shouldn't say Sent At on the page that shows email that were not sent. duh.
This commit is contained in:
parent
35dae76bbd
commit
e83ec810e1
|
@ -1,7 +1,7 @@
|
|||
<table class='table'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{i18n admin.email.sent_at}}</th>
|
||||
<th>{{i18n admin.email.time}}</th>
|
||||
<th>{{i18n admin.email.user}}</th>
|
||||
<th>{{i18n admin.email.to_address}}</th>
|
||||
<th>{{i18n admin.email.email_type}}</th>
|
||||
|
|
|
@ -1384,6 +1384,7 @@ en:
|
|||
logs: "Logs"
|
||||
skipped: "Skipped"
|
||||
sent_at: "Sent At"
|
||||
time: "Time"
|
||||
user: "User"
|
||||
email_type: "Email Type"
|
||||
to_address: "To Address"
|
||||
|
|
Loading…
Reference in New Issue