diff --git a/lang/en.json b/lang/en.json
index 9a7eaa4eef07bda1047873b75e6f8ae7d3c988c8..c390c32bf12f62faaf337c2ea737ee75ee33c2bf 100755
--- a/lang/en.json
+++ b/lang/en.json
@@ -391,6 +391,7 @@
         "circuitModels": "Circuit models",
         "changePassword": "Change password",
         "addNewDate": "Add a new date",
-        "add": "Add"
+        "add": "Add",
+        "dateInDocAdded": "Date added in document"
     }
 }
\ No newline at end of file
diff --git a/lang/fr.json b/lang/fr.json
index 6d461e71243796f34726aeddfc5d947bdf3af0ef..fac33a29a1e1be1fd828b247dc1b72c6d379f877 100755
--- a/lang/fr.json
+++ b/lang/fr.json
@@ -390,6 +390,7 @@
 		"changePassword": "Changer de mot de passe",
 		"circuitModels": "Modèles de circuit",
 		"addNewDate": "Ajouter une nouvelle date",
-		"add": "Ajouter"
+		"add": "Ajouter",
+		"dateInDocAdded": "Date ajoutée dans le document"
 	}
 }
diff --git a/src/frontend/app/profile/profile.component.html b/src/frontend/app/profile/profile.component.html
index adf7cca11e2a715d59bf71dc0eb4c3d6a74d175e..83af14004de4d8b67cf3279e93d044f929089092 100644
--- a/src/frontend/app/profile/profile.component.html
+++ b/src/frontend/app/profile/profile.component.html
@@ -55,7 +55,7 @@
                     <ion-label color="primary">{{'lang.changePassword' | translate}}</ion-label>
                 </ion-list-header>
                 <ion-item>
-                    <ion-label color="secondary" position="stacked">{{'lang.changePassword' | translate}}</ion-label>
+                    <ion-label color="secondary" position="stacked">{{'lang.currentPassword' | translate}}</ion-label>
                     <ion-input name="currentPassword" [(ngModel)]="password.currentPassword"
                         placeholder="{{'lang.currentPassword' | translate}}"
                         [type]="hideCurrentPassword ? 'password' : 'text'" [readonly]="authService.authMode !== 'default'"></ion-input>