diff --git a/components/helpers/home.js b/components/helpers/home.js index d822800..8ddb00c 100644 --- a/components/helpers/home.js +++ b/components/helpers/home.js @@ -18,7 +18,7 @@ function getTimes(prediction) { } export function determinePredictionText(bleedingPrediction, t) { - if (!bleedingPrediction.length) return t('components.Home.noPrediction') + if (!bleedingPrediction.length) return t('noPrediction') const { todayDate, predictedBleedingStart,