From c7983c2396a65efc178faab5c957c5e89439aff7 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 5 Feb 2020 09:24:59 +0000 Subject: [PATCH] Update app/templates/views/get-started.html Fix b tag Co-Authored-By: Tom Byers --- app/templates/views/get-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/get-started.html b/app/templates/views/get-started.html index b3d5c0cbc..5604ff062 100644 --- a/app/templates/views/get-started.html +++ b/app/templates/views/get-started.html @@ -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 select 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 %}