Skip to content

Commit

Permalink
Merge pull request #2112 from ORCID/fix/8967-qa-fix-invalid-email-err…
Browse files Browse the repository at this point in the history
…or-message-in-confirm-email-field-register-form

fix: Update confirm email field error validation error message
  • Loading branch information
leomendoza123 authored Dec 7, 2023
2 parents ed304cc + e8dbc2e commit e12bd25
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 e12bd25

Please sign in to comment.