From dfa979cdffb733ad6797c272419287ac1d93fc75 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 17 Oct 2019 16:51:41 +0100 Subject: [PATCH] Change 'process' to 'approve' --- app/templates/views/get-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/get-started.html b/app/templates/views/get-started.html index d22331374..de44d4c45 100644 --- a/app/templates/views/get-started.html +++ b/app/templates/views/get-started.html @@ -71,9 +71,9 @@
  • Start sending messages

    {% if not current_user.is_authenticated %} -

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

    +

    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 process your request within one working day.

    +

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

    Once your service is live, we’ll send you an invoice if you: