Skip to content

Commit

Permalink
[front-end] fix: update translation key for no location message
Browse files Browse the repository at this point in the history
  • Loading branch information
ms0ur1s committed Nov 22, 2024
1 parent c61a773 commit 19466ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/front-end/src/components/popup/leftPane/LeftPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const LeftPane = ({
</Typography>
{!hasLocation && (
<Typography variant="subtitle2">
{t("no_location_available")}
{t("no_location_data_available")}
</Typography>
)}
</StyledHeaderContainer>
Expand Down

0 comments on commit 19466ec

Please sign in to comment.