From f759dc301ceaa4049935f004250c8c1e20aa14be Mon Sep 17 00:00:00 2001 From: devthejo Date: Fri, 4 Jul 2025 09:02:12 +0200 Subject: [PATCH] fix: bg location lost notif --- .../tasks/src/queues/background-geolocation-lost-notify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/tasks/src/queues/background-geolocation-lost-notify.js b/services/tasks/src/queues/background-geolocation-lost-notify.js index 3ecc521..36dc3c2 100644 --- a/services/tasks/src/queues/background-geolocation-lost-notify.js +++ b/services/tasks/src/queues/background-geolocation-lost-notify.js @@ -9,8 +9,8 @@ function createBackgroundGeolocationLostNotification() { action: "background_geolocation_lost", }, notification: { - title: "Localisation en arrière-plan désactivée", - body: "Votre localisation en arrière-plan a été désactivée. Veuillez vérifier les paramètres de l'application.", + title: `Alerte-Secours ne peut plus accéder à votre position`, + body: `Vous ne pouvez plus recevoir d'alertes de proximité. Vérifiez les paramètres.`, channel: "system", priority: "high", actionId: "open-settings",