From 1514e21726ba260ddfd043a949cc67b2926d0921 Mon Sep 17 00:00:00 2001 From: Lisa Hillebrand Date: Sun, 2 May 2021 21:58:26 +0200 Subject: [PATCH] 162 Remove component path from translation key --- components/helpers/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,