diff --git a/app/templates/views/broadcast/view-message.html b/app/templates/views/broadcast/view-message.html index 5a447b032..a0af70ee6 100644 --- a/app/templates/views/broadcast/view-message.html +++ b/app/templates/views/broadcast/view-message.html @@ -134,7 +134,7 @@

{% else %}

- Broadcast + Sent {{ broadcast_message.starts_at|format_datetime_human }}.

{% endif %} @@ -165,7 +165,7 @@ {% if broadcast_message.status != 'pending-approval' %}

{% 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 %}