Revert "Renames cervixPosition labels into more universal positionOrIntensity"

This reverts commit f7efadb08a.
This commit is contained in:
emelko
2018-08-03 13:22:34 +02:00
parent 30839b5589
commit e42d25a087
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import {
mucusNFP as computeSensiplanMucusLabels,
cervixOpening as openingLabels,
cervixFirmness as firmnessLabels,
positionOrIntensity as positionLabels
cervixPosition as positionLabels
} from './labels/labels'
import cycleDayModule from '../../lib/cycle'
import { bleedingDaysSortedByDate } from '../../db'
+1 -1
View File
@@ -4,7 +4,7 @@ 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 positionOrIntensity = ['low', 'medium', 'high']
export const cervixPosition = ['low', 'medium', 'high']
export const fertilityStatus = {
fertile: 'fertile',
+1 -1
View File
@@ -10,7 +10,7 @@ import { saveSymptom } from '../../../db'
import {
cervixOpening as openingLabels,
cervixFirmness as firmnessLabels,
positionOrIntensity as positionLabels
cervixPosition as positionLabels
} from '../labels/labels'
export default class Cervix extends Component {