🌐 (app) change to english by default
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user