From 08b2da821fc5de1b8c261aac02019a63a110e538 Mon Sep 17 00:00:00 2001 From: "hamza.hramchi" <hamza.hramchi@xelians.fr> Date: Tue, 8 Dec 2020 09:15:40 +0100 Subject: [PATCH] FEAT #15550 TIME 0:02 translate --- lang/en.json | 3 ++- lang/fr.json | 3 ++- src/frontend/app/profile/profile.component.html | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lang/en.json b/lang/en.json index 9a7eaa4eef..c390c32bf1 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 6d461e7124..fac33a29a1 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 adf7cca11e..83af14004d 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> -- GitLab