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