mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 02:44:10 -04:00
Replace 'broadcast' and 'prepared'
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
</p>
|
||||
{% else %}
|
||||
<p class="govuk-body govuk-!-margin-bottom-4">
|
||||
Broadcast
|
||||
Sent
|
||||
{{ broadcast_message.starts_at|format_datetime_human }}.
|
||||
</p>
|
||||
{% endif %}
|
||||
@@ -165,7 +165,7 @@
|
||||
{% if broadcast_message.status != 'pending-approval' %}
|
||||
<p class="govuk-body govuk-!-margin-bottom-3">
|
||||
{% if broadcast_message.created_by %}
|
||||
Prepared by {{ broadcast_message.created_by.name }}
|
||||
Sent by {{ broadcast_message.created_by.name }}
|
||||
{%- else %}
|
||||
Created from an API call
|
||||
{%- endif %}
|
||||
|
||||
Reference in New Issue
Block a user