Skip to content

Commit

Permalink
Merge branch 'main' into fix/batch-fixes-4-dec
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 authored Dec 5, 2023
2 parents 4dff06e + 31d304e commit 54ccb89
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h2 i18n="@@register.yourPasswords" class="orc-font-body no-top-margin">
</ng-template>

<ng-template #invalid>
<mat-icon class="no-checked" class="material-icons-outlined"
<mat-icon class="no-checked material-icons-outlined"
>radio_button_unchecked
</mat-icon>
</ng-template>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
color: map-get($foreground, 'brand-primary-dark');
}

::ng-deep .mat-icon {
::ng-deep .mat-icon.no-checked {
color: map-get($background, 'ui-background-light');
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,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
1 change: 1 addition & 0 deletions src/locale/properties/register/register.lr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,4 @@ register.ariaLabelMoreInformationOnVisibility=LR
register.step2.3=LR
shared.previousStep=LR
register.addAnAdditionalEmail=LR
register.personalEmail=LR
1 change: 1 addition & 0 deletions src/locale/properties/register/register.rl.properties
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,4 @@ register.ariaLabelMoreInformationOnVisibility=RL
register.step2.3=RL
shared.previousStep=RL
register.addAnAdditionalEmail=RL
register.personalEmail=RL
1 change: 1 addition & 0 deletions src/locale/properties/register/register.xx.properties
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,4 @@ register.ariaLabelMoreInformationOnVisibility=X
register.step2.3=X
shared.previousStep=X
register.addAnAdditionalEmail=X
register.personalEmail=X

0 comments on commit 54ccb89

Please sign in to comment.