Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchParapheur
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchParapheur
Commits
08b2da82
Commit
08b2da82
authored
4 years ago
by
Hamza HRAMCHI
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #15550 TIME 0:02 translate
parent
f5b9297b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lang/en.json
+2
-1
2 additions, 1 deletion
lang/en.json
lang/fr.json
+2
-1
2 additions, 1 deletion
lang/fr.json
src/frontend/app/profile/profile.component.html
+1
-1
1 addition, 1 deletion
src/frontend/app/profile/profile.component.html
with
5 additions
and
3 deletions
lang/en.json
+
2
−
1
View file @
08b2da82
...
@@ -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
This diff is collapsed.
Click to expand it.
lang/fr.json
+
2
−
1
View file @
08b2da82
...
@@ -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"
}
}
}
}
This diff is collapsed.
Click to expand it.
src/frontend/app/profile/profile.component.html
+
1
−
1
View file @
08b2da82
...
@@ -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.c
hange
Password' | translate}}
</ion-label>
<ion-label
color=
"secondary"
position=
"stacked"
>
{{'lang.c
urrent
Password' | 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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment