Skip to content

Commit

Permalink
fix: Update confirm email field error validation error message
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPalafox committed Dec 6, 2023
1 parent ed304cc commit e8dbc2e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ <h2 i18n="@@register.yourEmailAddresses" class="orc-font-body margin-top-12">
(this.emails.hasError('email', 'confirmEmail') ||
this.emails.hasError('pattern', 'confirmEmail'))
"
i18n="@@register.invalidEmail"
i18n="@@register.invalidEmail2"
>
Invalid email format
Please enter a valid email address, for example [email protected]
</mat-error>
<mat-error
*ngIf="
Expand Down

0 comments on commit e8dbc2e

Please sign in to comment.