Replace use of 'broadcast'

This commit is contained in:
karlchillmaid
2021-07-05 15:57:37 +01:00
committed by GitHub
parent 72e83adb19
commit 4d2e769400

View File

@@ -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
) }}