Skip to content
Snippets Groups Projects
Commit 5e7c8232 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Add some i18n to content-edit-dialog

parent ba3ec44c
1 merge request!135Resolve "Refine content-list-view"
<div fxLayout="column" fxLayoutAlign="center" fxLayoutGap="10px">
<mat-form-field>
<input matInput [(ngModel)]="content.subject" maxlength="20" placeholder="Thema" name="subject"/>
<input matInput [(ngModel)]="content.subject" maxlength="20" placeholder="{{'content.subject' | translate}}" name="subject"/>
</mat-form-field>
<mat-form-field>
<textarea matInput [(ngModel)]="content.body" rows="3" maxlength="100" placeholder="Inhalt" name="body"></textarea>
<textarea matInput [(ngModel)]="content.body" rows="3" maxlength="100" placeholder="{{'content.body' | translate}}" name="body"></textarea>
</mat-form-field>
<h4>{{'content.answers' | translate}}</h4>
<mat-table [dataSource]="displayAnswers">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment