Add cervix setting

This commit is contained in:
Julia Friesel
2018-12-07 14:00:51 +01:00
parent 08e05ec984
commit b23bd19270
4 changed files with 66 additions and 0 deletions
+5
View File
@@ -46,6 +46,11 @@ export const settings = {
reminderText: 'Get a notification 3 days before your next period is likely to start.',
notification: daysToEndOfPrediction => `Your next period is likely to start in 3 to ${daysToEndOfPrediction} days.`
},
useCervix: {
title: 'Secondary symptom',
cervixModeOn: 'Cervix values are being used for symptothermal fertility detection',
cervixModeOff: 'Mucus values are being used for symptothermal fertility detection'
},
passwordSettings: {
title: 'App password',
explainerDisabled: "Encrypt the app's database with a password. You need to enter the password every time the app is started.",