From 4d2e76940004e4aebc4c23eea050a4813c394580 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 5 Jul 2021 15:57:37 +0100 Subject: [PATCH] Replace use of 'broadcast' --- app/templates/views/broadcast/preview-areas.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/broadcast/preview-areas.html b/app/templates/views/broadcast/preview-areas.html index a1317bfbd..125502f57 100644 --- a/app/templates/views/broadcast/preview-areas.html +++ b/app/templates/views/broadcast/preview-areas.html @@ -6,7 +6,7 @@ {% extends "withnav_template.html" %} {% block service_page_title %} - Choose where to broadcast to + Choose where to send this alert {% endblock %} {% block extra_stylesheets %} @@ -20,7 +20,7 @@ {% block maincolumn_content %} {{ page_header( - "Choose where to broadcast to", + "Choose where to send this alert", back_link=back_link ) }}