mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-25 04:40:58 -05:00
Replace use of 'broadcast'
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Choose where to broadcast to
|
||||
Choose where to send this alert
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
{{ page_header(
|
||||
"Choose where to broadcast to",
|
||||
"Choose where to send this alert",
|
||||
back_link=url_for(".preview_broadcast_areas", service_id=current_service.id, broadcast_message_id=broadcast_message.id)
|
||||
) }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user