diff --git a/components/home.js b/components/home.js index 888f289..eaf0b72 100644 --- a/components/home.js +++ b/components/home.js @@ -74,24 +74,24 @@ class Home extends Component { {this.cycleDayNumber && ( {cycleDayText} - {labels.cycleDay} + {labels.cycleDay} )} {!this.cycleDayNumber && {cycleDayText}} - {!phase && {phaseText}} + {!phase && {phaseText}} {phase && ( {phaseText} - {labels.cyclePhase} - {status} + {labels.cyclePhase} + {status} )} - {prediction} + {prediction}