fix: bg location lost notif

This commit is contained in:
devthejo 2025-07-04 09:02:12 +02:00
parent 1c89275a6b
commit f759dc301c

View file

@ -9,8 +9,8 @@ function createBackgroundGeolocationLostNotification() {
action: "background_geolocation_lost", action: "background_geolocation_lost",
}, },
notification: { notification: {
title: "Localisation en arrière-plan désactivée", title: `Alerte-Secours ne peut plus accéder à votre position`,
body: "Votre localisation en arrière-plan a été désactivée. Veuillez vérifier les paramètres de l'application.", body: `Vous ne pouvez plus recevoir d'alertes de proximité. Vérifiez les paramètres.`,
channel: "system", channel: "system",
priority: "high", priority: "high",
actionId: "open-settings", actionId: "open-settings",