From c781a7c07a34c9dcf6a59cf603a80a2a22fa0718 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 16 Oct 2019 08:56:44 +0100 Subject: [PATCH] Fix smart quotes --- app/templates/views/get-started | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/get-started b/app/templates/views/get-started index c842f5589..4a13e8663 100644 --- a/app/templates/views/get-started +++ b/app/templates/views/get-started @@ -54,7 +54,7 @@

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 only need to do this if you’re using the API to send messages automatically, rather than signing in to Notify.

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

    {% if not current_user.is_authenticated %} -

    Request to go live when you're ready to start sending messages to people outside your team.

    +

    Request to go live when you’re ready to start sending messages to people outside your team.

    {% else %}

    When you're ready to start sending messages to people outside your team, you can send us a request to go live.

    {% endif %}