Skip to content

Commit

Permalink
9103-qa-typo-on-registration-password-error-message-when-input-is-not…
Browse files Browse the repository at this point in the history
…-between-8-and-256-chars (#2176)

Co-authored-by: Leonardo Mendoza Fernadez <[email protected]>
  • Loading branch information
leomendoza123 and Leonardo Mendoza Fernadez authored Feb 29, 2024
1 parent 373390b commit db8fdc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h3 i18n="@@register.yourPasswords" class="orc-font-body no-top-margin">
*ngIf="passwordTouched && form.hasError('maxlength', 'password')"
i18n="@@register.passwordIsToLongV22"
>
Password must meet be between 8 and 256 characters
Password must be between 8 and 256 characters
</mat-error>
<mat-error
*ngIf="passwordTouched && this.form.hasError('backendError', 'password')"
Expand Down
2 changes: 1 addition & 1 deletion src/locale/properties/register/register.en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ register.completeRegistration=Complete registration
register.passwordRequired2=Please enter a password
register.weOccasionallySend=We occasionally send out an email with information on new features and tips for getting the best out of your ORCID record.
register.yourPasswords=Your password
register.passwordIsToLongV22=Password must meet be between 8 and 256 characters
register.passwordIsToLongV22=Password must be between 8 and 256 characters
register.yourPasswordHas=Your password has:
register.passwordLengthError=Password must be 8 or more characters
register.passwordLengthOk=Password is 8 or more characters
Expand Down

0 comments on commit db8fdc9

Please sign in to comment.