🌐 (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

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