💬 (notification) update message when there is a …

This commit is contained in:
2020-07-12 00:20:47 +02:00
parent 2e4048e57c
commit 1bb05f398c

View File

@@ -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() {