mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 02:48:25 -04:00
Clarify that big numbers mean ‘sent’
Since we now have inbound and outbound messages we should be clear about which the counts refer to.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<div id="total-email" class="column-half">
|
<div id="total-email" class="column-half">
|
||||||
{{ big_number_with_status(
|
{{ big_number_with_status(
|
||||||
statistics['email']['requested'],
|
statistics['email']['requested'],
|
||||||
message_count_label(statistics['email']['requested'], 'email', suffix=''),
|
message_count_label(statistics['email']['requested'], 'email', suffix='sent'),
|
||||||
statistics['email']['failed'],
|
statistics['email']['failed'],
|
||||||
statistics['email']['failed_percentage'],
|
statistics['email']['failed_percentage'],
|
||||||
statistics['email']['show_warning'],
|
statistics['email']['show_warning'],
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
<div id="total-sms" class="column-half">
|
<div id="total-sms" class="column-half">
|
||||||
{{ big_number_with_status(
|
{{ big_number_with_status(
|
||||||
statistics['sms']['requested'],
|
statistics['sms']['requested'],
|
||||||
message_count_label(statistics['sms']['requested'], 'sms', suffix=''),
|
message_count_label(statistics['sms']['requested'], 'sms', suffix='sent'),
|
||||||
statistics['sms']['failed'],
|
statistics['sms']['failed'],
|
||||||
statistics['sms']['failed_percentage'],
|
statistics['sms']['failed_percentage'],
|
||||||
statistics['sms']['show_warning'],
|
statistics['sms']['show_warning'],
|
||||||
|
|||||||
Reference in New Issue
Block a user