diff --git a/app/templates/views/get-started.html b/app/templates/views/get-started.html index 6b553053f..2fc4390c1 100644 --- a/app/templates/views/get-started.html +++ b/app/templates/views/get-started.html @@ -43,17 +43,17 @@
  • Write some messages

    -

    Add message templates with examples of the content you plan to send. You can use our guidance to help you.

    +

    Add message templates with examples of the content you plan to send. You can use our guidance to help you.

  • Set up your service

    {% if not current_user.is_authenticated or not current_service %}

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

    -

    Add team members and check their permissions.

    +

    Add team members and check their permissions.

    {% else %}

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

    -

    Add team members and check their permissions.

    +

    Add team members and check their permissions.

    {% endif %}