diff --git a/src/frontend/app/administration/template/template-administration.component.html b/src/frontend/app/administration/template/template-administration.component.html
index 0fcc750b0badbe81b4f39fecbbba9433dd370591..382981b3d301d96600e3c6de2eee7cf019a0feb5 100755
--- a/src/frontend/app/administration/template/template-administration.component.html
+++ b/src/frontend/app/administration/template/template-administration.component.html
@@ -45,12 +45,12 @@
                                     <mat-select [disabled]="!creationMode" id="template_target" name="template_target" title="{{lang.templateTarget}}" placeholder="{{lang.templateTarget}}"
                                         [(ngModel)]="template.template_target" (ngModelChange)="updateTemplateType()">
                                         <mat-option value="">{{lang.noTarget}}</mat-option>
-                                        <mat-option value="attachments">{{lang.attachments}}</mat-option>
-                                        <mat-option value="notifications">{{lang.notifications}}</mat-option>
-                                        <mat-option value="doctypes">{{lang.doctypes}}</mat-option>
+                                        <mat-option value="acknowledgementReceipt">{{lang.acknowledgementReceipt}}</mat-option>
                                         <mat-option value="notes">{{lang.notes}}</mat-option>
                                         <mat-option value="sendmail">{{lang.sendmail}}</mat-option>
-                                        <mat-option value="acknowledgementReceipt">{{lang.acknowledgementReceipt}}</mat-option>
+                                        <mat-option value="notifications">{{lang.notifications}}</mat-option>
+                                        <mat-option value="attachments">{{lang.attachments}}</mat-option>
+                                        <mat-option value="doctypes">{{lang.doctypes}}</mat-option>
                                     </mat-select>
                                 </mat-form-field>
                             </div>