diff options
Diffstat (limited to 'modern/src/common')
-rw-r--r-- | modern/src/common/components/StatusCard.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/common/components/StatusCard.jsx b/modern/src/common/components/StatusCard.jsx index fcd62a41..b4660d61 100644 --- a/modern/src/common/components/StatusCard.jsx +++ b/modern/src/common/components/StatusCard.jsx @@ -149,7 +149,7 @@ const StatusCard = ({ deviceId, position, onClose, disableActions, desktopPaddin const handleGeofence = useCatchCallback(async () => { const newItem = { - name: '', + name: t('sharedGeofence'), area: `CIRCLE (${position.latitude} ${position.longitude}, 50)`, }; const response = await fetch('/api/geofences', { |