diff --git a/src/components/ZoneMusic.vue b/src/components/ZoneMusic.vue index 7b1605d..adf874e 100644 --- a/src/components/ZoneMusic.vue +++ b/src/components/ZoneMusic.vue @@ -2,7 +2,7 @@
diff --git a/src/hooks/useTimer.ts b/src/hooks/useTimer.ts index b2d4dcc..8a81c80 100644 --- a/src/hooks/useTimer.ts +++ b/src/hooks/useTimer.ts @@ -44,8 +44,8 @@ export const useTimer = () => { const dev = isDev1Turn.value ? 'Dev 1' : 'Dev 2' - notify('Changement !', { - body: `${dev}, à votre tour !` + notify('Change!', { + body: `${dev}, your turn!` }) } }, 1000) diff --git a/src/registerServiceWorker.ts b/src/registerServiceWorker.ts index 036db51..9190c3e 100644 --- a/src/registerServiceWorker.ts +++ b/src/registerServiceWorker.ts @@ -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() { diff --git a/src/views/Home.vue b/src/views/Home.vue index 04c118a..8286709 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -7,9 +7,9 @@
{{ time }}
- + - +