From fd5121b8f1868c352300406345796b2e2a9e2fa8 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 22 Nov 2019 14:47:59 +0000 Subject: [PATCH] Amend request to go live content --- app/templates/views/trial-mode.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}