From 13f704993c4c1454300836a396fd6ee09fd25915 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 17 Oct 2019 15:31:23 +0100 Subject: [PATCH] Change 'set up' to 'add' For consistency --- app/templates/views/get-started | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/get-started b/app/templates/views/get-started index b5c60ee7b..cfb5e6897 100644 --- a/app/templates/views/get-started +++ b/app/templates/views/get-started @@ -34,7 +34,7 @@ {% if not current_user.is_authenticated %}

Create an account for free and add your first Notify service. When you set up a new service, it will start in trial mode.

{% else %} -

Create an account for free and add your first Notify service. When you set up a new service, it will start in trial mode.

+

Create an account for free and add your first Notify service. When you add a new service, it will start in trial mode.

{% endif %}