Introduces Stats page redesign
This commit is contained in:
+5
-10
@@ -61,19 +61,14 @@ export const menuTitles = {
|
||||
}
|
||||
|
||||
export const stats = {
|
||||
cycleLengthTitle: 'Cycle length',
|
||||
cycleLengthExplainer: 'Basic statistics about the length of your cycles.',
|
||||
emptyStats: 'At least one completed cycle is needed to display stats.',
|
||||
//oneCycleStats: (number) => `You have documented one cycle of ${number} days.`,
|
||||
oneCycleStats: 'You have documented one cycle of',
|
||||
daysLabel: 'days',
|
||||
//getBasisOfStats: (numberOfCycles) => `Stats are based on ${numberOfCycles} completed cycles.`,
|
||||
basisOfStatsBeginning: 'Stats are based on',
|
||||
basisOfStatsEnd: 'completed cycles.',
|
||||
averageLabel: 'Average cycle length',
|
||||
minLabel: 'Shortest cycle',
|
||||
maxLabel: 'Longest cycle',
|
||||
stdLabel: 'Standard deviation'
|
||||
basisOfStatsEnd: 'completed\ncycles',
|
||||
averageLabel: 'Average cycle',
|
||||
minLabel: `Shortest`,
|
||||
maxLabel: `Longest`,
|
||||
stdLabel: `Standard\ndeviation`
|
||||
}
|
||||
|
||||
export const bleedingPrediction = {
|
||||
|
||||
Reference in New Issue
Block a user