From 1bb05f398c9d07bda18c70c943eca6ec987d0f47 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 12 Jul 2020 00:20:47 +0200 Subject: [PATCH] =?UTF-8?q?:speech=5Fballoon:=20(notification)=20update=20?= =?UTF-8?q?message=20when=20there=20is=20a=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/registerServiceWorker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {