Skip to content

Commit

Permalink
fix: Adding missing i18 property and translation
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPalafox committed Dec 4, 2023
1 parent ff7c99a commit b6cd1c5
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 b6cd1c5

Please sign in to comment.