diff --git a/app/templates/views/trial-mode.html b/app/templates/views/trial-mode.html index 7e24b6fec..fcd75e453 100644 --- a/app/templates/views/trial-mode.html +++ b/app/templates/views/trial-mode.html @@ -17,9 +17,9 @@
- To remove these restrictions, you can + To remove these restrictions, {% if current_service and current_service.trial_mode %} - request to go live. + you can request to go live. {% else %} go to the Settings page and request to go live. {% endif %}