fix some translations

This commit is contained in:
jonaswinkler
2021-01-05 23:36:31 +01:00
parent 0ee6426eb5
commit 63d2dcc1f7
4 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@
(createNew)="createCorrespondent()"></app-input-select>
<app-input-select [items]="documentTypes" i18n-title title="Document type" formControlName="document_type" [allowNull]="true"
(createNew)="createDocumentType()"></app-input-select>
<app-input-tags formControlName="tags" i18n-title title="Tags"></app-input-tags>
<app-input-tags formControlName="tags"></app-input-tags>
</ng-template>
</li>