diff --git a/src/registerServiceWorker.ts b/src/registerServiceWorker.ts index b04f313..036db51 100644 --- a/src/registerServiceWorker.ts +++ b/src/registerServiceWorker.ts @@ -26,7 +26,7 @@ if (process.env.NODE_ENV === 'production') { sw.showNotification(title, options) ) notify('Une nouvelle version est disponible !', { - body: `Fermer l'appli pour la mettre à jour.` + body: `Recharger l'application pour la mettre à jour.` }) }, offline() {