Few changes to column headings for clarity

- Removed "Failed" and "Total costs" on jobs page
- Changed "Sent" to "Processed" on jobs page.
- Removed "sent" from dashboard page on jobs table.
This commit is contained in:
Martyn Inglis
2016-03-21 13:07:12 +00:00
parent 18633af83c
commit 1f7b3a0ad4
3 changed files with 3 additions and 18 deletions

View File

@@ -7,18 +7,7 @@
</li>
<li class="column-one-quarter">
{{ big_number(
counts.sent, 'sent'
)}}
</li>
<li class="column-one-quarter">
{{ big_number(
counts.failed,
'failed'
)}}
</li>
<li class="column-one-quarter">
{{ big_number(
counts.cost, 'total cost'
counts.sent, 'processed'
)}}
</li>
</ul>