move hard coded headers from sex into cycle day and shared labels i18n

- issue: 127
- by: sg
This commit is contained in:
Stefanie Grewenig
2019-01-12 15:54:03 +01:00
parent 201fb5e2b6
commit 08faf477a6
3 changed files with 8 additions and 4 deletions
+2
View File
@@ -50,6 +50,7 @@ export const sex = {
solo: 'Solo',
partner: 'Partner',
},
header: "Activity",
explainer: 'Were you sexually active today?',
}
@@ -65,6 +66,7 @@ export const contraceptives = {
none: 'None',
other: 'Other',
},
header: "Contraceptives",
explainer: 'Did you use contraceptives?'
}