diff --git a/apps/maarch_entreprise/js/angular/app/password-modification.component.ts b/apps/maarch_entreprise/js/angular/app/password-modification.component.ts
index a2e1574d47efaa3f97caf94f2b07cf111b0cd7e2..b4693e0f337bb4f69f8d98d2ad72f8c068c6a211 100644
--- a/apps/maarch_entreprise/js/angular/app/password-modification.component.ts
+++ b/apps/maarch_entreprise/js/angular/app/password-modification.component.ts
@@ -225,7 +225,7 @@ export class InfoChangePasswordModalComponent {
     constructor(public http: HttpClient, @Inject(MAT_DIALOG_DATA) public data: any, public dialogRef: MatDialogRef<InfoChangePasswordModalComponent>) {
     }
 
-    logout() {
-        location.href = "index.php?display=true&page=logout&logout=true";
+    redirect() {
+        location.href = "index.php";
     }
 }
diff --git a/apps/maarch_entreprise/js/angular/lang/lang-en.ts b/apps/maarch_entreprise/js/angular/lang/lang-en.ts
index 7ba64a34912db5cfe745c65f57dfd92199bf53d7..13099d211d27392cfea601fe720c02aff29322e8 100755
--- a/apps/maarch_entreprise/js/angular/lang/lang-en.ts
+++ b/apps/maarch_entreprise/js/angular/lang/lang-en.ts
@@ -570,7 +570,7 @@ export const LANG_EN = {
     "passwordValid"                     : "Password is valid",
     "passwordMatch"                     : "These passwords match",
     "passwordNotMatch"                  : "These passwords don't match",
-    "reconnect"                         : "Reconnect",
+    "homePage"                          : "Home page",
     "passwordChanged"                   : "Your password has changed",
     "typeCurrentPassword"               : "Type your current password",
     "typeNewPassword"                   : "Type a new password",
diff --git a/apps/maarch_entreprise/js/angular/lang/lang-fr.ts b/apps/maarch_entreprise/js/angular/lang/lang-fr.ts
index 26fa82ca6b2eeec35e0e85cabd3d2d94ae0651db..0bac8f28591d346436b7b7c39f113ec18320a780 100755
--- a/apps/maarch_entreprise/js/angular/lang/lang-fr.ts
+++ b/apps/maarch_entreprise/js/angular/lang/lang-fr.ts
@@ -592,7 +592,7 @@ export const LANG_FR = {
     "passwordValid"                     : "Mot de passe conforme",
     "passwordMatch"                     : "Les mots de passe sont identiques",
     "passwordNotMatch"                  : "Les mots de passe ne correspondent pas",
-    "reconnect"                         : "Se re-connecter",
+    "homePage"                          : "Page d'accueil",
     "passwordChanged"                   : "Votre mot de passe a été changé",
     "typeCurrentPassword"               : "Entrez votre mot de passe actuel",
     "typeNewPassword"                   : "Entrez un nouveau mot de passe",