From c0bafc26feac6b9c1fb911c1a7f1e9d6858322b9 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 27 Jan 2020 11:58:37 +0000 Subject: [PATCH] Add link to Guidance and fix formatting Add link to Guidance and add bold to instructions for consistency --- app/templates/views/get-started.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/views/get-started.html b/app/templates/views/get-started.html index e44486062..a921f063f 100644 --- a/app/templates/views/get-started.html +++ b/app/templates/views/get-started.html @@ -43,12 +43,12 @@
  • Write some messages

    -

    Add message templates with examples of the content you plan to send.

    -

    The GOV.UK Service Manual has advice on:

    +

    Add message templates with examples of the content you plan to send. You can use our guidance to help you.

    +
  • @@ -71,7 +71,7 @@
  • Start sending messages

    {% if not current_user.is_authenticated or not current_service %} -

    When you’re ready to send messages to people outside your team, go to the Settings page and request to go live. We’ll approve your request within one working day.

    +

    When you’re ready to send messages to people outside your team, go to the Settings page and select Request to go live. We’ll approve your request within one working day.

    {% else %}

    You should request to go live when you’re ready to send messages to people outside your team. We’ll approve your request within one working day.

    {% endif %}