Update link text

This commit is contained in:
karlchillmaid
2019-11-22 14:17:15 +00:00
committed by GitHub
parent 3ef822683f
commit 6675793241

View File

@@ -262,8 +262,8 @@
<p>
{% if current_user.has_permissions('manage_service') %}
To remove these restrictions, you can
<a href="{{ url_for('.request_to_go_live', service_id=current_service.id) }}">send us a request to go live</a>.
To remove these restrictions, you can send us a
<a href="{{ url_for('.request_to_go_live', service_id=current_service.id) }}">request to go live</a>.
{% else %}
Your service manager can ask to have these restrictions removed.
{% endif %}