Rename cell broadcasts

‘Emergency alerts’ is the confirmed name of the service now.
This commit is contained in:
Chris Hill-Scott
2021-05-11 11:14:32 +01:00
parent a0f54539cc
commit d720b0e47a
2 changed files with 5 additions and 5 deletions

View File

@@ -429,7 +429,7 @@
{% endfor %}
{% call row() %}
{{ text_field('Send cell broadcasts')}}
{{ text_field('Emergency alerts')}}
{% call field(wrap=True) %}
{% if not current_service.broadcast_channel %}
Off
@@ -443,7 +443,7 @@
{{ edit_field(
'Change',
url_for('.service_set_broadcast_channel', service_id=current_service.id),
suffix='your settings for Send cell broadcasts'
suffix='your settings for emergency alerts'
)
}}
{% endcall %}