This commit is contained in:
Sofiya Tepikin
2019-01-28 23:52:00 +03:00
parent 4408334d7c
commit 1e39c71a4e
3 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ export const home = {
cycleDayKnown: d => `Your last period started ${getDaysDescriptor(d)}.`,
trackPeriod: 'track your period',
checkFertility: 'check your fertility',
phase: n => `${['1st', '2nd', '3rd'][n - 1]} cycle phase`
phase: n => `${['1st', '2nd', '3rd'][n - 1]} cycle phase`,
}
const getDaysDescriptor = cycleDayNumber => {