🌐 (app) change to english by default

This commit is contained in:
2020-07-12 11:27:38 +02:00
parent f1960eea2a
commit 454d1c149e
4 changed files with 8 additions and 8 deletions

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: `Recharger l'application pour la mettre à jour.`
notify('An update is available!', {
body: `Reload the app to install the update.`
})
},
offline() {