From b46716416ad40b6af78ce0c3b8b1c1ecb2f243e8 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 21 Oct 2019 08:16:43 +0100 Subject: [PATCH] Update settings content --- 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 386dd88c5..4e069f549 100644 --- a/app/templates/views/get-started.html +++ b/app/templates/views/get-started.html @@ -53,10 +53,10 @@
  • Set up your service

    {% if not current_user.is_authenticated %} -

    Review your service settings to make sure you have the right branding and sender information.

    +

    Review your settings to make sure your messages have the right branding.

    Add team members and check their permissions.

    {% else %} -

    Review your service settings to make sure you have the right branding and sender information.

    +

    Review your settings to make sure your messages have the right branding.

    Add team members and check their permissions.

    {% endif %}