functionality that disables the next-periode-reminder-switch if menstrual bleeding shall not be predicted (new customization feature). also an alert pops up when the user still tries to press the disabled toggle or the text area next to it
This commit is contained in:
@@ -50,6 +50,11 @@ export default {
|
||||
'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.`,
|
||||
alertNoPeriodeReminder: {
|
||||
title: 'Periode Prediction switched off',
|
||||
message:
|
||||
'To use the periode reminder please first enable periode prediction in the customization settings.',
|
||||
},
|
||||
},
|
||||
useCervix: {
|
||||
title: 'Secondary symptom',
|
||||
|
||||
Reference in New Issue
Block a user