From c75e7c49a24319f72bc5daa77b5fd0f1395475ed Mon Sep 17 00:00:00 2001 From: Leonardo Mendoza Fernadez Date: Tue, 20 Feb 2024 21:42:57 -0600 Subject: [PATCH] batch-feb-20 --- .../form-password/form-password.component.ts | 2 +- .../properties/register/register.en.properties | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/register2/components/form-password/form-password.component.ts b/src/app/register2/components/form-password/form-password.component.ts index dfaf11e066..70c7bfcbf0 100644 --- a/src/app/register2/components/form-password/form-password.component.ts +++ b/src/app/register2/components/form-password/form-password.component.ts @@ -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 diff --git a/src/locale/properties/register/register.en.properties b/src/locale/properties/register/register.en.properties index 3b339d203e..8a76029cfd 100644 --- a/src/locale/properties/register/register.en.properties +++ b/src/locale/properties/register/register.en.properties @@ -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 \ No newline at end of file