From 5ffb2a85945c5d23081081b2accbd3154e6da017 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 5 Jul 2021 16:22:47 +0100 Subject: [PATCH] Remove use of 'broadcast' --- app/templates/views/broadcast/areas.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/broadcast/areas.html b/app/templates/views/broadcast/areas.html index f55c364cf..0ec748c56 100644 --- a/app/templates/views/broadcast/areas.html +++ b/app/templates/views/broadcast/areas.html @@ -26,7 +26,7 @@ {% call form_wrapper() %} {{ form.areas }} - {{ sticky_page_footer('Add to broadcast') }} + {{ sticky_page_footer('Continue') }} {% endcall %} {% endblock %}