Skip to content

Commit

Permalink
Fix missing i18n on signup label
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Sep 20, 2022
1 parent aa1bc08 commit f64a582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/+signup/+register/register.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h1 i18n class="title-page-v2">
</div>
</cdk-step>

<cdk-step [stepControl]="formStepUser" label="My account" [editable]="!signupSuccess">
<cdk-step [stepControl]="formStepUser" i18n-label label="My account" [editable]="!signupSuccess">
<my-signup-step-title mascotImageName="account" i18n>
<strong>Setup</strong>
<div>your account</div>
Expand Down

0 comments on commit f64a582

Please sign in to comment.