diff --git a/app/templates/views/get-started.html b/app/templates/views/get-started.html index cd8c5058c..3460b5b58 100644 --- a/app/templates/views/get-started.html +++ b/app/templates/views/get-started.html @@ -62,7 +62,7 @@
  • -

    API integration (optional)

    +

    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.

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

    - {% if not current_user.is_authenticated %} + {% 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.

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