diff --git a/app/static/locales/en/app.json b/app/static/locales/en/app.json
index b9dd35fb..dbcbdea0 100644
--- a/app/static/locales/en/app.json
+++ b/app/static/locales/en/app.json
@@ -67,7 +67,8 @@
"ask-remove-asset": "Remove \"{{filename}}\" from the timeline?",
"global-shortcut-reserved": "This shortcut is reserved by the system!",
"type-shortcut-here": "Type shortcut here...",
- "add-event": "Add event"
+ "add-event": "Add event",
+ "confirm-quit": "Do you really want to leave Marv?"
},
"words": {
"settings": "settings",
diff --git a/app/static/locales/es/app.json b/app/static/locales/es/app.json
index ae527393..e6d11f3f 100644
--- a/app/static/locales/es/app.json
+++ b/app/static/locales/es/app.json
@@ -67,7 +67,8 @@
"ask-remove-asset": "¿Eliminar \"{{filename}}\" de la línea de tiempo?",
"global-shortcut-reserved": "Este acceso directo está reservado por el sistema!",
"type-shortcut-here": "Escriba el acceso directo aquí...",
- "add-event": "Añadir evento"
+ "add-event": "Añadir evento",
+ "confirm-quit": "¿De verdad quieres dejar Marv?"
},
"words": {
"settings": "opciones",
diff --git a/app/static/locales/fr/app.json b/app/static/locales/fr/app.json
index 9fecfb08..6294fe67 100644
--- a/app/static/locales/fr/app.json
+++ b/app/static/locales/fr/app.json
@@ -67,7 +67,8 @@
"ask-remove-asset": "Supprimer \"{{filename}}\" de la timeline ?",
"global-shortcut-reserved": "Ce raccourci est réservé par le système!",
"type-shortcut-here": "Tapez le raccourci ici...",
- "add-event": "Ajouter un évènement"
+ "add-event": "Ajouter un évènement",
+ "confirm-quit": "Voulez vous vraiment quitter Marv ?"
},
"words": {
"settings": "options",
diff --git a/front-src/client/components/Dashboard/Drawer.svelte b/front-src/client/components/Dashboard/Drawer.svelte
index 224d17b1..a7e00762 100644
--- a/front-src/client/components/Dashboard/Drawer.svelte
+++ b/front-src/client/components/Dashboard/Drawer.svelte
@@ -1,8 +1,8 @@
+
+
+