diff --git a/frontend/src/app/pages/disconnection/disconnection.component.html b/frontend/src/app/pages/disconnection/disconnection.component.html
index 6d04722..21b5e61 100644
--- a/frontend/src/app/pages/disconnection/disconnection.component.html
+++ b/frontend/src/app/pages/disconnection/disconnection.component.html
@@ -1,2 +1,2 @@
-
Disconnection...
+Disconnection...
\ No newline at end of file
diff --git a/frontend/src/locale/messages-fr.json b/frontend/src/locale/messages-fr.json
index 311ca06..ee96841 100644
--- a/frontend/src/locale/messages-fr.json
+++ b/frontend/src/locale/messages-fr.json
@@ -2,6 +2,7 @@
"locale": "fr-FR",
"translations": {
"2578598149846191609": "Publication postée par {$INTERPOLATION}",
+ "4011987306265136481": "Déconnexion...",
"4869473828758837325": "Dernières publications",
"5148998676057880041": "Chargement des publications...",
"3688381096110057852": "Il n'y a aucune publication.",
diff --git a/frontend/src/locale/messages.json b/frontend/src/locale/messages.json
index dd25376..9e77c14 100644
--- a/frontend/src/locale/messages.json
+++ b/frontend/src/locale/messages.json
@@ -2,6 +2,7 @@
"locale": "en-UK",
"translations": {
"2578598149846191609": "Publication posted by {$INTERPOLATION}",
+ "4011987306265136481": "Disconnection...",
"4869473828758837325": "Last publications",
"5148998676057880041": "Publications loading...",
"3688381096110057852": "No any publication.",