Typo and other text corrections
This commit is contained in:
@@ -28,8 +28,8 @@ const Reminders = () => {
|
|||||||
const reminderDisabledPrompt = () => {
|
const reminderDisabledPrompt = () => {
|
||||||
if (!periodPredictionObservable.value) {
|
if (!periodPredictionObservable.value) {
|
||||||
Alert.alert(
|
Alert.alert(
|
||||||
labels.periodReminder.alertNoPeriodeReminder.title,
|
labels.periodReminder.alertNoPeriodReminder.title,
|
||||||
labels.periodReminder.alertNoPeriodeReminder.message
|
labels.periodReminder.alertNoPeriodReminder.message
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+4
-4
@@ -50,10 +50,10 @@ export default {
|
|||||||
'Get a notification 3 days before your next period is likely to start.',
|
'Get a notification 3 days before your next period is likely to start.',
|
||||||
notification: (daysToEndOfPrediction) =>
|
notification: (daysToEndOfPrediction) =>
|
||||||
`Your next period is likely to start in 3 to ${daysToEndOfPrediction} days.`,
|
`Your next period is likely to start in 3 to ${daysToEndOfPrediction} days.`,
|
||||||
alertNoPeriodeReminder: {
|
alertNoPeriodReminder: {
|
||||||
title: 'Periode Prediction switched off',
|
title: 'Period predictions turned off',
|
||||||
message:
|
message:
|
||||||
'To use the periode reminder please first enable periode prediction in the customization settings.',
|
'To use the period reminder please first enable period predictions in the customization settings.',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
useCervix: {
|
useCervix: {
|
||||||
@@ -64,7 +64,7 @@ export default {
|
|||||||
'By default, cervical mucus values are being used for symptothermal fertility detection. You can switch here to use cervix values for symptothermal fertility detection',
|
'By default, cervical mucus values are being used for symptothermal fertility detection. You can switch here to use cervix values for symptothermal fertility detection',
|
||||||
},
|
},
|
||||||
periodPrediction: {
|
periodPrediction: {
|
||||||
title: 'Period prediction',
|
title: 'Period predictions',
|
||||||
on: 'drip predicts your 3 next menstrual bleedings based on the statistics of your previously tracked cycles, min 3 complete cycles.',
|
on: 'drip predicts your 3 next menstrual bleedings based on the statistics of your previously tracked cycles, min 3 complete cycles.',
|
||||||
off: 'There are no predictions for menstrual cycles displayed. If turned on the calendar and the home screen will display period predictions.',
|
off: 'There are no predictions for menstrual cycles displayed. If turned on the calendar and the home screen will display period predictions.',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ After tracking at least 3 menstrual cycles, drip. will give you an overview of
|
|||||||
· whether the length of your cycles varied significantly (in "stats" and in bleeding predictions)
|
· whether the length of your cycles varied significantly (in "stats" and in bleeding predictions)
|
||||||
· and predict your next 3 cycles with a range of 3 or 5 days (on home screen and "calendar").
|
· and predict your next 3 cycles with a range of 3 or 5 days (on home screen and "calendar").
|
||||||
|
|
||||||
The app allows you to track different intensities of bleeding. On the chart and on the calendar, bleeding values are colored in different shades of red. The darker, the more intense your bleeding. Every bleeding value that is not excluded is taken into account for fertility calculation and prediction for the start of next cycles.
|
The app allows you to track different intensities of bleeding. On the chart and on the calendar, bleeding values are colored in different shades of red. The darker, the more intense your bleeding. Every bleeding value that is not excluded is taken into account for fertility calculation and period predictions.
|
||||||
|
|
||||||
Excluding bleeding values is for tracking bleeding when it's not marking the start of a new cycle or the continuation of menstrual bleeding the day(s) before, e.g. bleeding caused by ovulation or a miscarriage.
|
Excluding bleeding values is for tracking bleeding when it's not marking the start of a new cycle or the continuation of menstrual bleeding the day(s) before, e.g. bleeding caused by ovulation or a miscarriage.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user