Skip to content
Snippets Groups Projects
Commit 6e20f90c authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #9685 wording action V2

parent 7f7616fe
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,7 @@
{{lang.makeActionOn}}
<b *ngIf="data.contextMode" color="primary" class="highlight">{{data.contextChrono}}</b>
<b *ngIf="!data.contextMode" color="primary" class="highlight">{{data.selectedRes.length}} {{lang.elements}}</b> ?
<div class="alert-message alert-message-danger" role="alert" style="margin-top: 30px;">
Cela actualisera la <b class="highlight">date de clôture</b> des courriers.
</div>
<div class="alert-message alert-message-danger" role="alert" style="margin-top: 30px;" [innerHTML]="lang.updateClosingDate"></div>
</div>
<div class="col-md-12">
<app-note-editor></app-note-editor>
......
......@@ -8,9 +8,7 @@
{{lang.makeActionOn}}
<b *ngIf="data.contextMode" color="primary" class="highlight">{{data.contextChrono}}</b>
<b *ngIf="!data.contextMode" color="primary" class="highlight">{{data.selectedRes.length}} {{lang.elements}}</b> ?
<div class="alert-message alert-message-danger" role="alert" style="margin-top: 30px;">
Cela actualisera la <b class="highlight">date de clôture</b> des courriers.
</div>
<div class="alert-message alert-message-danger" role="alert" style="margin-top: 30px;" [innerHTML]="lang.updateDepartureDate"></div>
</div>
<div class="col-md-12">
<app-note-editor></app-note-editor>
......
......@@ -861,4 +861,6 @@ export const LANG_EN = {
"warnLockRes" : "mail(s) are locked by an other user.\n\nThis action will process ONLY mails which are NOT locked",
"paperTemplate" : "Paper template",
"electronicTemplate" : "Electronic template",
"updateClosingDate" : "This will update mail <b class=\"highlight\">closing date</b>.",
"updateDepartureDate" : "This will update mail <b class=\"highlight\">departure date</b>.",
};
......@@ -886,4 +886,6 @@ export const LANG_FR = {
"warnLockRes" : "courrier(s) verrouillé(s) par un autre utilisateur.\n\nL\'action prendra en compte UNIQUEMENT les courriers NON verouillés",
"paperTemplate" : "Modèle papier",
"electronicTemplate" : "Modèle électronique",
"updateClosingDate" : "Cela actualisera la <b class=\"highlight\">date de clôture</b> des courriers.",
"updateDepartureDate" : "Cela actualisera la <b class=\"highlight\">date de départ</b> des courriers.",
};
......@@ -889,4 +889,6 @@ export const LANG_NL = {
"acknowledgementReceiptType" : "Type of acknowledgement of receipt", //_TO_TRANSLATE
"paperTemplate" : "Paper template", //_TO_TRANSLATE
"electronicTemplate" : "Electronic template", //_TO_TRANSLATE
"updateClosingDate" : "This will update mail <b class=\"highlight\">closing date</b>.", //_TO_TRANSLATE
"updateDepartureDate" : "This will update mail <b class=\"highlight\">departure date</b>.", //_TO_TRANSLATE
};
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