Fix missing i18n on signup label
This commit is contained in:
parent
aa1bc08499
commit
f64a58296e
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
</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>
|
||||
|
|
Loading…
Reference in a new issue