Skip to content
Snippets Groups Projects
Commit 08b2da82 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15550 TIME 0:02 translate

parent f5b9297b
No related branches found
No related tags found
No related merge requests found
...@@ -391,6 +391,7 @@ ...@@ -391,6 +391,7 @@
"circuitModels": "Circuit models", "circuitModels": "Circuit models",
"changePassword": "Change password", "changePassword": "Change password",
"addNewDate": "Add a new date", "addNewDate": "Add a new date",
"add": "Add" "add": "Add",
"dateInDocAdded": "Date added in document"
} }
} }
\ No newline at end of file
...@@ -390,6 +390,7 @@ ...@@ -390,6 +390,7 @@
"changePassword": "Changer de mot de passe", "changePassword": "Changer de mot de passe",
"circuitModels": "Modèles de circuit", "circuitModels": "Modèles de circuit",
"addNewDate": "Ajouter une nouvelle date", "addNewDate": "Ajouter une nouvelle date",
"add": "Ajouter" "add": "Ajouter",
"dateInDocAdded": "Date ajoutée dans le document"
} }
} }
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
<ion-label color="primary">{{'lang.changePassword' | translate}}</ion-label> <ion-label color="primary">{{'lang.changePassword' | translate}}</ion-label>
</ion-list-header> </ion-list-header>
<ion-item> <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" <ion-input name="currentPassword" [(ngModel)]="password.currentPassword"
placeholder="{{'lang.currentPassword' | translate}}" placeholder="{{'lang.currentPassword' | translate}}"
[type]="hideCurrentPassword ? 'password' : 'text'" [readonly]="authService.authMode !== 'default'"></ion-input> [type]="hideCurrentPassword ? 'password' : 'text'" [readonly]="authService.authMode !== 'default'"></ion-input>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment