From 9aba800119ced9df20e81d0e8c5097cf0304d727 Mon Sep 17 00:00:00 2001 From: emelko Date: Fri, 8 Jan 2021 17:45:28 +0100 Subject: [PATCH] Better wording for prediction text --- i18n/en/labels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en/labels.js b/i18n/en/labels.js index 3fb046b..c454423 100644 --- a/i18n/en/labels.js +++ b/i18n/en/labels.js @@ -71,7 +71,7 @@ export const stats = { export const bleedingPrediction = { noPrediction: `As soon as you have tracked 3 menstrual cycles, drip will make predictions for the next ones.`, predictionInFuture: (startDays, endDays) => `Your next period is likely to start in ${startDays} to ${endDays} days.`, - predictionStartedXDaysLeft: (numberOfDays) => `Your period is likely to start today or during the next ${numberOfDays} days.`, + predictionStartedXDaysLeft: (numberOfDays) => `Your period is likely to start today or within the next ${numberOfDays} days.`, predictionStarted1DayLeft: 'Your period is likely to start today or tomorrow.', predictionStartedNoDaysLeft: 'Your period is likely to start today.', predictionInPast: (startDate, endDate) => `Based on your documented data, your period was likely to start between ${startDate} and ${endDate}.`