Update preview button content

This commit is contained in:
karlchillmaid
2021-07-05 16:50:49 +01:00
committed by GitHub
parent d7e2b0b783
commit 2b8a495dc7

View File

@@ -54,7 +54,7 @@
{% if broadcast_message.areas %}
{{ map(broadcast_message) }}
<form action="{{ url_for('.preview_broadcast_message', service_id=current_service.id, broadcast_message_id=broadcast_message.id) }}" method="get" class="govuk-!-margin-top-1">
{{ page_footer('Continue to preview') }}
{{ page_footer('Preview this alert') }}
</form>
{% endif %}