From 0017193cd66b1aa59bd93757ba7c05d60ecbaeee Mon Sep 17 00:00:00 2001 From: Juanfran Date: Fri, 23 Oct 2015 09:14:52 +0200 Subject: [PATCH] fix issue 3369 - remove template mention on project creation joyride --- app/locales/locale-en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/locales/locale-en.json b/app/locales/locale-en.json index f267d428..941dbaf0 100644 --- a/app/locales/locale-en.json +++ b/app/locales/locale-en.json @@ -1307,7 +1307,7 @@ }, "STEP4": { "TITLE": "Let’s start", - "TEXT1": "You can start by creating your first Taiga project or taking a look at the sample templates that we have left for you.", + "TEXT1": "You can start by creating your first Taiga project.", "TEXT2": "Good luck!" } },