From 0b089bda327f7c8251048a966ea0b644831551d4 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 30 Oct 2019 10:49:05 +0000 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 4e069f549..141fbafd5 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 settings to make sure your messages have the right branding.

    +

    Review your settings to add message branding, reply-to addresses and sender information.

    Add team members and check their permissions.

    {% else %} -

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

    +

    Review your settings to add message branding, reply-to addresses and sender information.

    Add team members and check their permissions.

    {% endif %}