Renames cervixPosition labels into more universal positionOrIntensity

This commit is contained in:
emelko
2018-08-02 17:18:19 +02:00
parent fb3b01a57d
commit f7efadb08a
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ export const mucusTexture = ['nothing', 'creamy', 'egg white']
export const mucusNFP = ['t', 'Ø', 'f', 'S', '+S']
export const cervixOpening = ['closed', 'medium', 'open']
export const cervixFirmness = ['hard', 'soft']
export const cervixPosition = ['low', 'medium', 'high']
export const positionOrIntensity = ['low', 'medium', 'high']
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'
}
}