From 19466ecf040a2bec70df13c50b51af2bc3d01390 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 22 Nov 2024 18:16:29 +0000 Subject: [PATCH] [front-end] fix: update translation key for no location message --- apps/front-end/src/components/popup/leftPane/LeftPane.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/front-end/src/components/popup/leftPane/LeftPane.tsx b/apps/front-end/src/components/popup/leftPane/LeftPane.tsx index acfdd55..116e918 100644 --- a/apps/front-end/src/components/popup/leftPane/LeftPane.tsx +++ b/apps/front-end/src/components/popup/leftPane/LeftPane.tsx @@ -106,7 +106,7 @@ const LeftPane = ({ {!hasLocation && ( - {t("no_location_available")} + {t("no_location_data_available")} )}