diff --git a/src/frontend/app/administration/template/template-administration.component.html b/src/frontend/app/administration/template/template-administration.component.html
index 0fcbf0ed29ac3bc9c5ab5c1dfa6e0fbf41ea9bf4..2785957280221375a5834965a83f9db24b3f49ff 100755
--- a/src/frontend/app/administration/template/template-administration.component.html
+++ b/src/frontend/app/administration/template/template-administration.component.html
@@ -72,7 +72,7 @@
                          <div class="form-group" *ngIf="template.template_target == 'acknowledgementReceipt'">
                                 <div class="col-sm-12">
                                     <mat-form-field>
-                                            <mat-select [disabled]="!creationMode" id="template_attachment_type" name="template_attachment_type" title="{{lang.attachmentType}}" placeholder="{{lang.attachmentType}}"
+                                            <mat-select [disabled]="!creationMode" id="template_attachment_type" name="template_attachment_type" title="{{lang.acknowledgementReceiptType}}" placeholder="{{lang.acknowledgementReceiptType}}"
                                             [(ngModel)]="template.template_attachment_type" required>
                                             <mat-option value="ar_simple">{{lang.AR_simple}}</mat-option>
                                             <mat-option value="ar_sva">{{lang.AR_SVA}}</mat-option>
diff --git a/src/frontend/lang/lang-en.ts b/src/frontend/lang/lang-en.ts
index 4f62c5ed61eb803684f6dde96f432c6589118f9d..934ed5c2d92333cae0a6dd2e7c9e39c63228a597 100755
--- a/src/frontend/lang/lang-en.ts
+++ b/src/frontend/lang/lang-en.ts
@@ -572,6 +572,8 @@ export const LANG_EN = {
     "contentHtmlTemplate"               : "Content html template",
     "noTarget"                          : "No target",
     "doctypes"                          : "Document types",
+    "attachmentType"                    : "Type of attachement",
+    "acknowledgementReceiptType"        : "Type of acknowledgement of receipt",
     "templateServiceInfo"               : "Choose the department(s) that you want to associate to this template",
     "templateAdded"                     : "Template added",
     "templateUpdated"                   : "Template updated",
diff --git a/src/frontend/lang/lang-fr.ts b/src/frontend/lang/lang-fr.ts
index 9517a117c528819e8e11f782949bb8a38726907d..dcb812ba9c7fe219a376af28be96b82ac2f1cbbc 100755
--- a/src/frontend/lang/lang-fr.ts
+++ b/src/frontend/lang/lang-fr.ts
@@ -594,6 +594,7 @@ export const LANG_FR = {
     "noTarget"                          : "Pas de cible",
     "doctypes"                          : "Types de documents",
     "attachmentType"                    : "Type d'attachement",
+    "acknowledgementReceiptType"        : "Type d'accusé de réception",
     "templateServiceInfo"               : "Choisissez le(s) service(s) au(x)quel(s) vous souhaitez associer ce modèle",
     "templateAdded"                     : "Modèle ajouté",
     "templateUpdated"                   : "Modèle mis à jour",
diff --git a/src/frontend/lang/lang-nl.ts b/src/frontend/lang/lang-nl.ts
index 578e11be03b7a63fa69c4fa234e5cdfb886ed1b2..9290ccb79c0e6118d4836161a9f69ba3757ffe4d 100755
--- a/src/frontend/lang/lang-nl.ts
+++ b/src/frontend/lang/lang-nl.ts
@@ -886,4 +886,5 @@ export const LANG_NL = {
     "done"                      : "done", //_TO_TRANSLATE
     "noAction"                      : "No action", //_TO_TRANSLATE
     "warnLockRes"                      : "mail(s) are locked by an other user.\n\nThis action will process ONLY mails which are NOT locked", //_TO_TRANSLATE 
+    "acknowledgementReceiptType"        : "Type of acknowledgement of receipt", //_TO_TRANSLATE
 };