Fix typo in email validation message for improved clarity in appeal form UI.

This commit is contained in:
akastijn 2025-08-24 00:49:51 +02:00
parent eab1c9322b
commit fe545972e3

View File

@ -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>
} }