Placeholder auf Deutsch.

This commit is contained in:
aoezdemir 2024-03-20 23:18:18 +01:00
parent 5fb7ecd08e
commit c1d0100216
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<input
matInput
formControlName="firstName"
placeholder="First name"
placeholder="Name"
required />
</mat-form-field>
@ -18,7 +18,7 @@
<input
matInput
formControlName="lastName"
placeholder="Last name"
placeholder="Nachname"
required />
</mat-form-field>
@ -29,7 +29,7 @@
[matDatepicker]="birthdatePicker"
formControlName="birthdate"
required />
<mat-hint>MM.DD.YYYY</mat-hint>
<mat-hint>DD.MM.YYYY</mat-hint>
<mat-datepicker-toggle
matSuffix
[for]="birthdatePicker"></mat-datepicker-toggle>