diff --git a/src/components/Dialog/LocationResponseDialog.tsx b/src/components/Dialog/LocationResponseDialog.tsx index be8a95dc..eb6d5e25 100644 --- a/src/components/Dialog/LocationResponseDialog.tsx +++ b/src/components/Dialog/LocationResponseDialog.tsx @@ -73,7 +73,7 @@ export const LocationResponseDialog = ({
{t("locationResponse.altitude")} {position.altitude} - {position.altitude ?? 0 < 1 + {(position.altitude ?? 0) < 1 ? t("unit.meter.one") : t("unit.meter.plural")}