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
+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'