Skip to content

Commit

Permalink
Merge pull request #2103 from ORCID/fix/8958-qa-hardcoded-text-string…
Browse files Browse the repository at this point in the history
…-in-new-register-form

fix: Adding missing i18 property and translation
  • Loading branch information
leomendoza123 authored Dec 4, 2023
2 parents ae31bdd + f1bf255 commit c273eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h3 class="orc-font-body" i18n="@@register.addAnotherEmailToSecure">
<div>
<ng-container i18n="@@register.weRecommendAdding"
>We recommend adding a </ng-container
><strong>personal email</strong>
><strong i18n="@@register.personalEmail">personal email</strong>
<ng-container i18n="@@register.asBackupSoYouAlways">
as backup so you always have access to your ORCID account if you
change jobs or roles.</ng-container
Expand Down
1 change: 1 addition & 0 deletions src/locale/properties/register/register.en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,4 @@ register.ariaLabelMoreInformationOnVisibility=More information on visibility set
register.step2.3=Step 3 of 4 - Visibility
shared.previousStep=Previous Step
register.addAnAdditionalEmail=Add an additional email
register.personalEmail=personal email

0 comments on commit c273eec

Please sign in to comment.