From f113f1947124d25224c56d36070ab36ffb97c034 Mon Sep 17 00:00:00 2001 From: Hamza HRAMCHI <hamza.hramchi@xelians.fr> Date: Fri, 25 Mar 2022 11:58:58 +0100 Subject: [PATCH] FIX #20222 TIME 0:05 add var lang --- src/frontend/plugins/mail-editor/mail-editor.component.html | 1 + src/lang/lang-en.json | 3 ++- src/lang/lang-fr.json | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/frontend/plugins/mail-editor/mail-editor.component.html b/src/frontend/plugins/mail-editor/mail-editor.component.html index 4c8dce8ca5e..c6e432e03b2 100644 --- a/src/frontend/plugins/mail-editor/mail-editor.component.html +++ b/src/frontend/plugins/mail-editor/mail-editor.component.html @@ -40,6 +40,7 @@ ({{option.email}})</span> </mat-option> </mat-autocomplete> + <mat-hint [innerText]="'lang.separatorsEmail' | translate"></mat-hint> </mat-form-field> <mat-form-field *ngIf="showCopies"> <span matPrefix class="mailLabel">{{'lang.copieShort' | translate}} : </span> diff --git a/src/lang/lang-en.json b/src/lang/lang-en.json index 22a41106d20..ab4337e37cd 100644 --- a/src/lang/lang-en.json +++ b/src/lang/lang-en.json @@ -2646,5 +2646,6 @@ "chooseValues": "Choose the values", "chooseValuesMsg": "Please choose the values ​​that can be used for this field", "allDoctypes": "Add all doctypes", - "allDoctypesDesc": "This option enabled automatically adds new types to the list below" + "allDoctypesDesc": "This option enabled automatically adds new types to the list below", + "separatorsEmail": "The separators between email addresses are : , and ;" } diff --git a/src/lang/lang-fr.json b/src/lang/lang-fr.json index d117a4c8343..ad217db04fc 100644 --- a/src/lang/lang-fr.json +++ b/src/lang/lang-fr.json @@ -2644,5 +2644,6 @@ "chooseValues": "Choisir les valeurs", "chooseValuesMsg": "Veuillez choisir les valeurs pouvant être utilisées pour ce champ", "allDoctypes": "Ajouter tous les types", - "allDoctypesDesc": "Cette option activée permet d'ajouter automatiquement les nouveaux types à la liste ci-dessous" + "allDoctypesDesc": "Cette option activée permet d'ajouter automatiquement les nouveaux types à la liste ci-dessous", + "separatorsEmail": "Les séparateurs entre les adresses e-mails sont : , et ;" } -- GitLab