From db93aa74bb573e3078a401271ab54b3f54a07141 Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Mon, 22 Jan 2024 15:07:16 +0100 Subject: [PATCH] Typo and other text corrections --- components/settings/reminders/reminders.js | 4 ++-- i18n/en/settings.js | 8 ++++---- i18n/en/symptom-info.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/settings/reminders/reminders.js b/components/settings/reminders/reminders.js index 65349f9..518886b 100644 --- a/components/settings/reminders/reminders.js +++ b/components/settings/reminders/reminders.js @@ -28,8 +28,8 @@ const Reminders = () => { const reminderDisabledPrompt = () => { if (!periodPredictionObservable.value) { Alert.alert( - labels.periodReminder.alertNoPeriodeReminder.title, - labels.periodReminder.alertNoPeriodeReminder.message + labels.periodReminder.alertNoPeriodReminder.title, + labels.periodReminder.alertNoPeriodReminder.message ) } } diff --git a/i18n/en/settings.js b/i18n/en/settings.js index efe88b7..15ea950 100644 --- a/i18n/en/settings.js +++ b/i18n/en/settings.js @@ -50,10 +50,10 @@ 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', + alertNoPeriodReminder: { + title: 'Period predictions turned off', 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: { @@ -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', }, 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.', off: 'There are no predictions for menstrual cycles displayed. If turned on the calendar and the home screen will display period predictions.', }, diff --git a/i18n/en/symptom-info.js b/i18n/en/symptom-info.js index 3933c50..76f35b4 100644 --- a/i18n/en/symptom-info.js +++ b/i18n/en/symptom-info.js @@ -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) · 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.