506: Review changes.

This commit is contained in:
Hannelore Meier
2024-10-02 15:29:29 +02:00
parent dddb095463
commit 79b268fe4c
7 changed files with 22 additions and 14 deletions
+4 -5
View File
@@ -60,11 +60,10 @@ export default {
},
periodReminder: {
title: 'Next period reminder',
reminderText: (days) => {
const dayCount = parseInt(days, 10)
const dayText = dayCount === 1 ? '1 day' : `${dayCount} days`
return `Get a notification ${dayText} before your next period is likely to start.`
},
reminderTextSingular:
'Get a notification 1 day before your next period is likely to start.',
reminderTextPlural: (days) =>
`Get a notification ${days} days before your next period is likely to start.`,
notification: (advanceNoticeDays, daysToEndOfPrediction) =>
`Your next period is likely to start in ${advanceNoticeDays} to ${daysToEndOfPrediction} days.`,
alertNoPeriodReminder: {