Update labels

Use more suscinct labels for the service settings page
This commit is contained in:
Rebecca Law
2021-05-06 07:29:21 +01:00
parent 5495de0b3b
commit cf160c3ae1
2 changed files with 9 additions and 9 deletions

View File

@@ -434,9 +434,9 @@
{% if not current_service.broadcast_channel %}
Off
{% else %}
{% if current_service.live and current_service.broadcast_channel == "severe" %}Live - Public channel{% endif %}
{% if current_service.live and current_service.broadcast_channel == "test" %}Test channel {% if current_service.allowed_broadcast_provider %}({{ current_service.allowed_broadcast_provider|format_mobile_network }} network){% else %} (All networks){% endif %}{%endif%}
{% if not current_service.live%}Training mode {% endif%}
{% if current_service.live and current_service.broadcast_channel == "severe" %}Live{% endif %}
{% if current_service.live and current_service.broadcast_channel == "test" %}Test {% if current_service.allowed_broadcast_provider %}({{ current_service.allowed_broadcast_provider|format_mobile_network }}){% else %}(All networks){% endif %}{%endif%}
{% if not current_service.live%}Training {% endif%}
{% endif %}
{% endcall %}
{{ edit_field(