diff --git a/common/locales/en/defaultTasks.json b/common/locales/en/defaultTasks.json index eea5d86611..4353943456 100644 --- a/common/locales/en/defaultTasks.json +++ b/common/locales/en/defaultTasks.json @@ -15,7 +15,11 @@ "defaultReward1Text": "15 minute break", "defaultReward1Notes": "Custom rewards can come in many forms. Some people will hold off watching their favorite show unless they have the gold to pay for it.", - "defaultTag1": "morning", - "defaultTag2": "afternoon", - "defaultTag3": "evening" + "defaultTag1": "Work", + "defaultTag2": "Exercise", + "defaultTag3": "Health + Wellness", + "defaultTag4": "School", + "defaultTag5": "Teams", + "defaultTag6": "Chores", + "defaultTag7": "Creativity" } diff --git a/common/locales/en_GB/defaulttasks.json b/common/locales/en_GB/defaulttasks.json index 7a4fa7b603..d1446688da 100644 --- a/common/locales/en_GB/defaulttasks.json +++ b/common/locales/en_GB/defaulttasks.json @@ -12,4 +12,4 @@ "defaultTag1": "morning", "defaultTag2": "afternoon", "defaultTag3": "evening" -} \ No newline at end of file +} diff --git a/common/script/content/index.js b/common/script/content/index.js index 20a57d6eaa..7a50da147b 100644 --- a/common/script/content/index.js +++ b/common/script/content/index.js @@ -2940,6 +2940,14 @@ api.userDefaults = { name: t('defaultTag2') }, { name: t('defaultTag3') + }, { + name: t('defaultTag4') + }, { + name: t('defaultTag5') + }, { + name: t('defaultTag6') + }, { + name: t('defaultTag7') } ] };