Skip to content
Snippets Groups Projects
Commit b8b2d3d2 authored by emelko's avatar emelko
Browse files

Lowercase values for sex, pain and mood

parent ded3a79b
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,8 @@ export const desire = { ...@@ -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 = { ...@@ -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 = { ...@@ -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?'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment