mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Replace use of 'broadcast'
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
{% extends "withnav_template.html" %}
|
{% extends "withnav_template.html" %}
|
||||||
|
|
||||||
{% block service_page_title %}
|
{% block service_page_title %}
|
||||||
Choose where to broadcast to
|
Choose where to send this alert
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block extra_stylesheets %}
|
{% block extra_stylesheets %}
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
{{ page_header(
|
{{ page_header(
|
||||||
"Choose where to broadcast to",
|
"Choose where to send this alert",
|
||||||
back_link=back_link
|
back_link=back_link
|
||||||
) }}
|
) }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user