Skip to content

Commit a208b35

Browse files
committed
adding better tefca beta warning.
1 parent 8018c42 commit a208b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/tefca-ias-beta/tefca-ias-beta.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2 class="card-title">Request Beta Access</h2>
4343
<label for="email">Email address</label>
4444
<input id="email" type="email" class="form-control" formControlName="email" placeholder="john@example.com" />
4545
<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.
46+
Enter a valid email so we can send your verification code.
4747
</div>
4848
</div>
4949

0 commit comments

Comments
 (0)