From 2b8a495dc7e7b547e6233b8cba97d118e204c0fc Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 5 Jul 2021 16:50:49 +0100 Subject: [PATCH] Update preview button content --- app/templates/views/broadcast/preview-areas.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/broadcast/preview-areas.html b/app/templates/views/broadcast/preview-areas.html index 125502f57..923c0f43a 100644 --- a/app/templates/views/broadcast/preview-areas.html +++ b/app/templates/views/broadcast/preview-areas.html @@ -54,7 +54,7 @@ {% if broadcast_message.areas %} {{ map(broadcast_message) }}
- {{ page_footer('Continue to preview') }} + {{ page_footer('Preview this alert') }}
{% endif %}