Lowercase values for sex, pain and mood

This commit is contained in:
emelko
2019-04-25 11:48:03 +02:00
parent ded3a79bbc
commit b8b2d3d2bf
+29 -29
View File
@@ -49,8 +49,8 @@ export const desire = {
export const sex = { export const sex = {
categories:{ categories:{
solo: 'Solo', solo: 'solo',
partner: 'Partner', partner: 'partner',
}, },
header: "Activity", header: "Activity",
explainer: 'Were you sexually active today?', explainer: 'Were you sexually active today?',
@@ -58,15 +58,15 @@ export const sex = {
export const contraceptives = { export const contraceptives = {
categories:{ categories:{
condom: 'Condom', condom: 'condom',
pill: 'Pill', pill: 'pill',
iud: 'IUD', iud: 'iud',
patch: 'Patch', patch: 'patch',
ring: 'Ring', ring: 'ring',
implant: 'Implant', implant: 'implant',
diaphragm: 'Diaphragm', diaphragm: 'diaphragm',
none: 'None', none: 'none',
other: 'Other', other: 'other',
}, },
header: "Contraceptives", header: "Contraceptives",
explainer: 'Did you use contraceptives?' explainer: 'Did you use contraceptives?'
@@ -74,30 +74,30 @@ export const contraceptives = {
export const pain = { export const pain = {
categories: { categories: {
cramps: 'Cramps', cramps: 'cramps',
ovulationPain: 'Ovulation pain', ovulationPain: 'ovulation pain',
headache: 'Headache', headache: 'headache',
backache: 'Backache', backache: 'backache',
nausea: 'Nausea', nausea: 'nausea',
tenderBreasts: 'Tender breasts', tenderBreasts: 'tender breasts',
migraine: 'Migraine', migraine: 'migraine',
other: 'Other' other: 'other'
}, },
explainer: 'How did your body feel today?' explainer: 'How did your body feel today?'
} }
export const mood = { export const mood = {
categories: { categories: {
happy: 'Happy', happy: 'happy',
sad: 'Sad', sad: 'sad',
stressed: 'Stressed', stressed: 'stressed',
balanced: 'Balanced', balanced: 'balanced',
fine: 'Fine', fine: 'fine',
anxious: 'Anxious', anxious: 'anxious',
energetic: 'Energetic', energetic: 'energetic',
fatigue: 'Fatigue', fatigue: 'fatigue',
angry: 'Angry', angry: 'angry',
other: 'Other' other: 'other'
}, },
explainer: 'How did you feel today?' explainer: 'How did you feel today?'
} }