FIX: heading shouldn't say Sent At on the page that shows email that were not sent. duh.

This commit is contained in:
Neil Lalonde 2014-02-14 13:09:22 -05:00
parent 35dae76bbd
commit e83ec810e1
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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"