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:
wunderfisch
2024-01-15 18:05:54 +01:00
parent 974a9735c5
commit b53be31868
3 changed files with 31 additions and 8 deletions
+5
View File
@@ -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',