Label last day of post-ovu phase differently

This commit is contained in:
Julia Friesel
2018-07-16 18:39:40 +02:00
parent 79f17644d7
commit b455a030cc
3 changed files with 9 additions and 5 deletions
+1
View File
@@ -3,5 +3,6 @@ export const bleeding = ['spotting', 'light', 'medium', 'heavy']
export const fertilityStatus = {
fertile: 'fertile',
infertile: 'infertile',
fertileUntilEvening: 'Fertile phase ends in the evening',
unknown: 'We cannot show any cycle information because no menses has been entered'
}