UI: Change placeholder

This commit is contained in:
fe-dev 2022-06-13 16:48:15 +03:00
parent eb105d0859
commit afc3820b79

View File

@ -28,12 +28,12 @@
</mat-select>
</div>
<mat-form-field class="phone-input" [appearance]="appearance" [floatLabel]="floatLabel">
<mat-label translate>phone-input.phone-input-label</mat-label>
<mat-label translate>security.2fa.dialog.sms-step-label</mat-label>
<input
formControlName="phoneNumber"
type="tel"
matInput
[placeholder]="phonePlaceholder"
placeholder="{{ 'security.2fa.dialog.sms-step-label' | translate }}"
[pattern]="phoneNumberPattern"
(focus)="focus()"
autocomplete="off"