623 Remove unused stats labels

This commit is contained in:
Lisa Hillebrand
2022-10-23 11:24:59 +02:00
parent 6e2e03f39e
commit d30b7db3fb
-11
View File
@@ -26,17 +26,6 @@ export const shared = {
learnMore: 'Learn more',
}
export const stats = {
cycleLengthExplainer: 'Basic statistics about the length of your cycles.',
emptyStats: 'At least one completed cycle is needed to display stats.',
daysLabel: 'days',
basisOfStatsEnd: 'completed\ncycles',
averageLabel: 'Average cycle',
minLabel: `Shortest`,
maxLabel: `Longest`,
stdLabel: `Standard\ndeviation`,
}
export const bleedingPrediction = {
predictionInFuture: (startDays, endDays) =>
`Your next period is likely to start in ${startDays} to ${endDays} days.`,