Skip to content

Commit

Permalink
batch-feb-20
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Mendoza Fernadez authored and Leonardo Mendoza Fernadez committed Feb 21, 2024
1 parent 23ce3b2 commit c75e7c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class FormPasswordComponent extends BaseForm implements OnInit {
accesibilityOnlyTheNumberConstrainIsNotMet = $localize`:@@register.accesibilityOnlyTheNumberConstrainIsNotMet:Your password must include at least 1 number`
accesibilityOnlyTheLetterOrSymbolConstrainIsNotMet = $localize`:@@register.accesibilityOnlyTheLetterOrSymbolConstrainIsNotMet:Your password must include at least 1 letter or symbol`
accesibilityOnlyThe8OrMoreCharactersConstrainIsNotMet = $localize`:@@register.accesibilityOnlyThe8OrMoreCharactersConstrainIsNotMet:Your password must be 8 or more characters`
passwordIsRequired = $localize`:@@@@register.passwordRequired:A password is required`
passwordIsRequired = $localize`:@@register.passwordRequired:A password is required`
@ViewChild(`#passwordPopover`) passwordPopover
@ViewChild(`#passwordPopoverTrigger`) passwordPopoverTrigger
hasNumberPattern = HAS_NUMBER
Expand Down
12 changes: 6 additions & 6 deletions src/locale/properties/register/register.en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ register.webePreselectedThisOrganizationForYouInTheFormBelow=We’ve pre-selecte
register.whenYouCompleteRegistrationAnEmployment=When you complete registration an employment affiliation will be automatically added to your new ORCID record.
accesibiltiyOnlyThe8OrMoreCharactersConstrainIsMet = Your password must include at least 1 letter or symbol and 1 number
accesibiltiyOnlyTheLetterOrSymbolConstrainIsMet = Your password must be 8 or more characters and include at least 1 number
accesibiltiyOnlyTheNumberConstrainIsMet = Your password must be 8 or more characters and include at least 1 letter or symbol
accesibilityOnlyTheNumberConstrainIsNotMet = Your password must include at least 1 number
accesibilityOnlyTheLetterOrSymbolConstrainIsNotMet = Your password must include at least 1 letter or symbol
accesibilityOnlyThe8OrMoreCharactersConstrainIsNotMet = Your password must be 8 or more characters
register.accesibiltiyOnlyThe8OrMoreCharactersConstrainIsMet=Your password must include at least 1 letter or symbol and 1 number
register.accesibiltiyOnlyTheLetterOrSymbolConstrainIsMet=Your password must be 8 or more characters and include at least 1 number
register.accesibiltiyOnlyTheNumberConstrainIsMet=Your password must be 8 or more characters and include at least 1 letter or symbol
register.accesibilityOnlyTheNumberConstrainIsNotMet=Your password must include at least 1 number
register.accesibilityOnlyTheLetterOrSymbolConstrainIsNotMet=Your password must include at least 1 letter or symbol
register.accesibilityOnlyThe8OrMoreCharactersConstrainIsNotMet=Your password must be 8 or more characters
register.allPasswordContrainsArMet=All password constraints are met

0 comments on commit c75e7c4

Please sign in to comment.