Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Dec 7, 2023
1 parent 1d3b473 commit 754687f
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ <h3 i18n="@@register.yourEmailAddresses" class="orc-font-body margin-top-12">
</mat-form-field>
<mat-error
*ngIf="
emailConfirmationFormTouched && form.hasError('required', 'emails.confirmEmail')
emailConfirmationFormTouched &&
form.hasError('required', 'emails.confirmEmail')
"
i18n="@@register.confirmEmailRequired2"
>
Expand Down Expand Up @@ -324,7 +325,9 @@ <h3 class="orc-font-body" i18n="@@register.addAnotherEmailToSecure">
<div>
<ng-container i18n="@@register.weRecommendAdding"
>We recommend adding a </ng-container
>&nbsp;<strong i18n="@@register.personalEmail">personal email</strong>&nbsp;
>&nbsp;<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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
</ng-container>
</p>
<fieldset>
<legend >
<h3 class="orc-font-body mat-subheading-2" i18n="@@register.visibilityLegend">
<legend>
<h3
class="orc-font-body mat-subheading-2"
i18n="@@register.visibilityLegend"
>
Visibility settings
</h3>
</legend>
Expand Down
3 changes: 1 addition & 2 deletions src/app/register2/components/step-a/step-a.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ <h1 class="orc-font-heading-small" i18n="@@register.create">
<h2 class="orc-font-body-small" i18n="@@register.step1.2">
Step 1 of 4 - Names and emails
</h2>
</mat-card-subtitle
>
</mat-card-subtitle>
</mat-card-header>

<mat-card-content>
Expand Down
7 changes: 4 additions & 3 deletions src/app/register2/components/step-b/step-b.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ <h1 class="orc-font-heading-small" i18n="@@register.create">
</ng-container>
</mat-card-title>
<mat-card-subtitle role="heading" aria-level="2">
<h2 class="orc-font-body-small" i18n="@@register.step2.2">Step 2 of 4 - Password</h2>
</mat-card-subtitle
>
<h2 class="orc-font-body-small" i18n="@@register.step2.2">
Step 2 of 4 - Password
</h2>
</mat-card-subtitle>
</mat-card-header>

<mat-card-content>
Expand Down
7 changes: 4 additions & 3 deletions src/app/register2/components/step-c-t/step-c.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ <h1 class="orc-font-heading-small" i18n="@@register.create">
</ng-container>
</mat-card-title>
<mat-card-subtitle role="heading" aria-level="2">
<h2 class="orc-font-body-small" i18n="@@register.step2.3">Step 3 of 4 - Visibility</h2>
</mat-card-subtitle
>
<h2 class="orc-font-body-small" i18n="@@register.step2.3">
Step 3 of 4 - Visibility
</h2>
</mat-card-subtitle>
</mat-card-header>

<mat-card-content>
Expand Down
7 changes: 4 additions & 3 deletions src/app/register2/components/step-d/step-d.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ <h1 class="orc-font-heading-small">Create your ORCID iD</h1>
</ng-container>
</mat-card-title>
<mat-card-subtitle role="heading" aria-level="2">
<h2 class="orc-font-body-small" i18n="@@register.step2.3">Step 4 of 4 - Terms and conditions</h2>
</mat-card-subtitle
>
<h2 class="orc-font-body-small" i18n="@@register.step2.3">
Step 4 of 4 - Terms and conditions
</h2>
</mat-card-subtitle>
</mat-card-header>

<mat-card-content>
Expand Down

0 comments on commit 754687f

Please sign in to comment.