mirror of https://github.com/Chocobozzz/PeerTube
Add placeholder to contact email input
parent
62dd3ad573
commit
31a67bc620
|
@ -21,6 +21,7 @@
|
|||
<input
|
||||
type="text" id="fromEmail" class="form-control"
|
||||
formControlName="fromEmail" [ngClass]="{ 'input-error': formErrors['fromEmail'] }"
|
||||
i18n-placeholder placeholder="Example: john@example.com"
|
||||
>
|
||||
<div *ngIf="formErrors.fromEmail" class="form-error" role="alert">{{ formErrors.fromEmail }}</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue