💬 (update)

This commit is contained in:
2020-07-05 18:49:51 +02:00
parent 3ecde302c3
commit 65ecefa842

View File

@@ -25,8 +25,8 @@ if (process.env.NODE_ENV === 'production') {
setNotificationInstance((title, options?) =>
sw.showNotification(title, options)
)
notify('Une nouvelle version est disponible.', {
body: 'Rafraichissez la page pour mettre à jour.'
notify('Une nouvelle version est disponible !', {
body: `Fermer l'appli pour la mettre à jour.`
})
},
offline() {