Fixes #7933 - Change Default tags to match types, not times of day (#7954)

* Fixes #7933

Changes

Default tags changed to
- "Work"
- "Exercise"
- "Health + Wellness"
- "School"
- "Teams"
- "Chores"
- "Creativity"

Changes made only to the en and en_GB locales

UUID: 30983c37-52c3-415d-977c-38af6c7db91c

* Reverting changes to en_GB locale

* Reverting format change
This commit is contained in:
Rick Kasten
2016-09-08 21:26:34 -04:00
committed by Blade Barringer
parent 454ccffb03
commit 97417c626a
3 changed files with 16 additions and 4 deletions

View File

@@ -2940,6 +2940,14 @@ api.userDefaults = {
name: t('defaultTag2')
}, {
name: t('defaultTag3')
}, {
name: t('defaultTag4')
}, {
name: t('defaultTag5')
}, {
name: t('defaultTag6')
}, {
name: t('defaultTag7')
}
]
};