Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
e46f94c7
Commit
e46f94c7
authored
1 year ago
by
Sylvain WALTY
Browse files
Options
Downloads
Patches
Plain Diff
FIX #23217 TIME 1:00 change wording of tracking
parent
ec22bd1a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/frontend/app/actions/actions-list.component.html
+2
-2
2 additions, 2 deletions
src/frontend/app/actions/actions-list.component.html
src/lang/lang-fr.json
+2
-0
2 additions, 0 deletions
src/lang/lang-fr.json
with
4 additions
and
2 deletions
src/frontend/app/actions/actions-list.component.html
+
2
−
2
View file @
e46f94c7
...
...
@@ -15,8 +15,8 @@
</button>
<mat-divider></mat-divider>
<button
mat-menu-item
class=
"followAction"
(click)=
"unFollow()"
[disabled]=
"selectedRes.length === 0"
>
<mat-icon
c
lass=
"far fa-star fa-2x"
></mat-icon>
<span>
{{
'lang.untrackThis
Mail' | translate}}
</span>
<mat-icon
[ngC
lass
]
=
"
[this.currentResource.mailTracking === true ? 'fas fa-star fa-2x' : '
far fa-star fa-2x
']
"
></mat-icon>
<span>
{{
this.currentResource.mailTracking === true ? ('lang.untrackMails' | translate) : ('lang.track
Mail
s
' | translate
)
}}
</span>
</button>
<mat-divider></mat-divider>
<button
*ngIf=
"privilegeService.hasCurrentUserPrivilege('freeze_retention_rule')"
mat-menu-item
...
...
This diff is collapsed.
Click to expand it.
src/lang/lang-fr.json
+
2
−
0
View file @
e46f94c7
...
...
@@ -1572,6 +1572,7 @@
"totalPrice"
:
"Prix total"
,
"totalProcessed"
:
"Élément(s) analysé(s)"
,
"trackThisMail"
:
"Suivre le courrier"
,
"trackMails"
:
"Suivre le(s) courrier(s)"
,
"transferToDoctype"
:
"Remplacer par le type de courrier"
,
"triggerAction"
:
"Action Déclencheur"
,
"triggerSystem"
:
"Déclenchement système"
,
...
...
@@ -1599,6 +1600,7 @@
"unsign"
:
"Dé-signer"
,
"until"
:
"Jusqu'à"
,
"untrackThisMail"
:
"Ne plus suivre le courrier"
,
"untrackMails"
:
"Ne plus suivre le(s) courrier(s)"
,
"update"
:
"Modifier"
,
"updateAcknowledgementSendDate"
:
"Cela mettra à jour la date d'envoi pour les accusés de réception papier"
,
"updateAtt"
:
"Modifier la pièce jointe"
,
...
...
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