fix: bg location lost notif
This commit is contained in:
parent
1c89275a6b
commit
f759dc301c
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue