diff --git a/components/cycle-day/symptoms/sex.js b/components/cycle-day/symptoms/sex.js index 6844985..df5d36f 100644 --- a/components/cycle-day/symptoms/sex.js +++ b/components/cycle-day/symptoms/sex.js @@ -7,6 +7,7 @@ import { import styles from '../../../styles' import { saveSymptom } from '../../../db' import { sex as sexLabels, contraceptives as cLabels } from '../../../i18n/en/cycle-day' +import { shared } from '../../../i18n/en/labels' import ActionButtonFooter from './action-button-footer' import SelectBoxGroup from '../select-box-group' import SymptomSection from './symptom-section' @@ -38,7 +39,7 @@ export default class Sex extends Component { { this.setState({ note: val }) diff --git a/i18n/en/cycle-day.js b/i18n/en/cycle-day.js index 2ad53ab..d946000 100644 --- a/i18n/en/cycle-day.js +++ b/i18n/en/cycle-day.js @@ -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?' } diff --git a/i18n/en/labels.js b/i18n/en/labels.js index c4b952a..208c75a 100644 --- a/i18n/en/labels.js +++ b/i18n/en/labels.js @@ -16,7 +16,8 @@ export const shared = { cycleDayWithLinebreak: 'Cycle\nday', loading: 'Loading ...', more: 'more', - less: 'less' + less: 'less', + enter: 'Enter' } export const headerTitles = {