diff --git a/app/templates/views/service-settings.html b/app/templates/views/service-settings.html index 205b7f251..7da88458b 100644 --- a/app/templates/views/service-settings.html +++ b/app/templates/views/service-settings.html @@ -252,10 +252,12 @@ {% if current_service.trial_mode %}

Your service is in trial mode

+

You can only:

+

diff --git a/app/templates/views/trial-mode.html b/app/templates/views/trial-mode.html index 8e112a73d..fcd75e453 100644 --- a/app/templates/views/trial-mode.html +++ b/app/templates/views/trial-mode.html @@ -8,24 +8,24 @@

Trial mode

-

When you set up a new service it will start in trial mode. This lets you try out GOV.UK Notify, with a few restrictions.

-

A service in trial mode can only:

+

When you add a new service it will start in trial mode. This lets you try out GOV.UK Notify, with a few restrictions.

+

While your service is in trial mode you can only:

- To remove these restrictions, you can + To remove these restrictions, {% if current_service and current_service.trial_mode %} - send us a request to go live. + you can request to go live. {% else %} - send us a request to go live. + go to the Settings page and request to go live. {% endif %}

-

Before you can request to go live, you must:

+

Before you request to go live, you must: