diff --git a/app/templates/views/get-started.html b/app/templates/views/get-started.html index 3460b5b58..09e165a8d 100644 --- a/app/templates/views/get-started.html +++ b/app/templates/views/get-started.html @@ -63,15 +63,14 @@
  • Set up an API integration (optional)

    -

    Share our documentation with your developers to help them set up an API integration.

    - -

    You only need to do this if you’re using the API to send messages automatically, rather than signing in to Notify.

    +

    You can use the Notify API to send messages automatically.

    +

    Our documentation explains how to integrate the API with a web application or back office system.

  • Start sending messages

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

    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.

    +

    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.

    {% 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 %}