We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8018c42 commit a208b35Copy full SHA for a208b35
src/app/pages/tefca-ias-beta/tefca-ias-beta.component.html
@@ -43,7 +43,7 @@ <h2 class="card-title">Request Beta Access</h2>
43
<label for="email">Email address</label>
44
<input id="email" type="email" class="form-control" formControlName="email" placeholder="john@example.com" />
45
<div class="invalid-feedback" *ngIf="requestForm.get('email')?.touched && requestForm.get('email')?.invalid">
46
- Enter a valid email so we can send your access link.
+ Enter a valid email so we can send your verification code.
47
</div>
48
49
0 commit comments