From 0be58eb4037c6439f26646c2983db03a6dfde40a Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 18 Mar 2015 19:57:00 +0100 Subject: [PATCH] fix(i18n): remove empty strings as they break transifex --- common/locales/en/defaultTasks.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/locales/en/defaultTasks.json b/common/locales/en/defaultTasks.json index e10440d5f1..c5a2452396 100644 --- a/common/locales/en/defaultTasks.json +++ b/common/locales/en/defaultTasks.json @@ -1,12 +1,9 @@ { "defaultHabit1Text": "Good Habit", - "defaultHabit1Notes": " ", "defaultHabit2Text": "Bad Habit", - "defaultHabit2Notes": " ", "defaultHabit3Text": "Good or Bad Habit", - "defaultHabit3Notes": " ", "defaultDaily1Text": "1h Personal Project", "defaultDaily1Notes": "All tasks default to yellow when they are created. This means you will take only moderate damage when they are missed and will gain only a moderate reward when they are completed.",