From 1c4e06515e745a8cfa93b17dbbb4ab1b4fb12467 Mon Sep 17 00:00:00 2001 From: Alexander Borg Date: Fri, 19 Sep 2025 14:50:45 +0200 Subject: [PATCH] Fix jwt-token --- client/src/pages/MapView.jsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/client/src/pages/MapView.jsx b/client/src/pages/MapView.jsx index 48393fa..0833a4c 100644 --- a/client/src/pages/MapView.jsx +++ b/client/src/pages/MapView.jsx @@ -632,29 +632,29 @@ const MapView = () => {
- Orlan/Military (Always Critical) + {t('map.orlanMilitary')}
- Close Range (>-60dBm) + {t('map.closeRange')}
- Medium Range (-60 to -70dBm) + {t('map.mediumRange')}
- Far Range (<-70dBm) + {t('map.farRange')}
-
Multiple Drones at Same Detector:
-
• Different colors to distinguish drones
-
• Different dash patterns
-
• Drone ID labels shown
-
• Slight position offsets for visibility
+
{t('map.multipleDrones')}:
+
{t('map.differentColors')}
+
{t('map.differentPatterns')}
+
{t('map.droneLabels')}
+
{t('map.positionOffsets')}
- Ring size = estimated distance from detector + {t('map.ringSize')}
)} @@ -666,7 +666,7 @@ const MapView = () => { {/* Device List */}
-

Device Status

+

{t('map.deviceStatus')}

{devices.map(device => {