Rename contraception option 'unprotected' in 'none'

This commit is contained in:
emelko
2018-09-26 12:25:44 +02:00
parent b973119321
commit fc514a793d
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export const sex = {
ring: 'Ring',
implant: 'Implant',
diaphragm: 'Diaphragm',
unprotected: 'Unprotected',
none: 'None',
other: 'Other',
activityExplainer: 'Were you sexually active today?',
contraceptiveExplainer: 'Did you use contraceptives?'
+2 -2
View File
@@ -41,8 +41,8 @@ const contraceptiveBoxes = [{
label: labels.diaphragm,
stateKey: 'diaphragm'
}, {
label: labels.unprotected,
stateKey: 'unprotected'
label: labels.none,
stateKey: 'none'
}, {
label: labels.other,
stateKey: 'other'