Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8976-qa-updated-email-type-notices #2117

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ <h3 i18n="@@register.yourEmailAddresses" class="orc-font-body margin-top-12">
</h3>
</div>
<div>
<ng-container i18n="@@register.addA">Add a</ng-container>
<ng-container i18n="@@register.addA">Add an additional</ng-container>
<strong i18n="@@register.professionalEmail"
>professional email</strong
>
Expand All @@ -297,7 +297,7 @@ <h3 i18n="@@register.yourEmailAddresses" class="orc-font-body margin-top-12">
<div class="content">
<div>
<h3 class="orc-font-body" i18n="@@register.addAnotherEmailToSecure">
Add another email to secure your account
Add an additional email to secure your account
</h3>
</div>
<div i18n="@@register.addingAnAddiotionalEmailAsBackup">
Expand Down Expand Up @@ -327,13 +327,12 @@ <h3 class="orc-font-body" i18n="@@register.addAnotherEmailToSecure">
</div>
<div>
<ng-container i18n="@@register.weRecommendAdding"
>We recommend adding a </ng-container
>&nbsp;<strong i18n="@@register.personalEmail"
>We recommend adding an additional</ng-container
>
<strong i18n="@@register.personalEmail"
>personal email</strong
>&nbsp;
<ng-container i18n="@@register.asBackupSoYouAlways">
as backup so you always have access to your ORCID account if you
change jobs or roles.</ng-container
>
<ng-container i18n="@@register.asBackupSoYouAlways">as backup so you always have access to your ORCID account if you change jobs or roles.</ng-container
>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/locale/properties/register/register.en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ register.confirmationEmailNotMatch2=Email addresses do not match
register.thisLooksLikeAPersonalEmail=This looks like a personal email
register.asBackupSoWeCanBetter=as backup so we can better recommend affiliations and other related data to you.
register.professionalEmail=professional email
register.addA=Add a
register.addAnotherEmailToSecure=Add another email to secure your account
register.addA=Add an additional
register.addAnotherEmailToSecure=Add an additional email to secure your account
register.addingAnAddiotionalEmailAsBackup=Adding an additional email as backup helps secure your account and makes sure you can always sign in.
regiser.thisLooksLikeAProffessional=This looks like a professional email
register.asBackupSoYouAlways=as backup so you always have access to your ORCID account if you change jobs or roles.
register.weRecommendAdding=We recommend adding a
register.weRecommendAdding=We recommend adding an additional
register.youMustAccept=You must accept the terms we use and consent to your data being processed in the United States
register.termsOfUse2=terms of use
register.agree2=and agree to my data being publicly accessible where marked as “Visible to Everyone”.
Expand Down