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