UI: Change placeholder
This commit is contained in:
parent
eb105d0859
commit
afc3820b79
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user