Fix typo in email validation message for improved clarity in appeal form UI.
This commit is contained in:
parent
eab1c9322b
commit
fe545972e3
|
|
@ -97,7 +97,7 @@
|
||||||
<div class="valid-email">
|
<div class="valid-email">
|
||||||
<ng-container matSuffix>
|
<ng-container matSuffix>
|
||||||
<mat-icon>check</mat-icon>
|
<mat-icon>check</mat-icon>
|
||||||
<span>Your have already validated your email, and can continue to the next page!</span>
|
<span>You have validated your email previously, and can continue to the next page!</span>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user