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