diff options
Diffstat (limited to 'client/src/app/+signup/+register')
-rw-r--r-- | client/src/app/+signup/+register/register.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+signup/+register/register.component.html b/client/src/app/+signup/+register/register.component.html index 4094f24cf..bafb96a49 100644 --- a/client/src/app/+signup/+register/register.component.html +++ b/client/src/app/+signup/+register/register.component.html | |||
@@ -55,7 +55,7 @@ | |||
55 | </div> | 55 | </div> |
56 | </cdk-step> | 56 | </cdk-step> |
57 | 57 | ||
58 | <cdk-step [stepControl]="formStepUser" label="My account" [editable]="!signupSuccess"> | 58 | <cdk-step [stepControl]="formStepUser" i18n-label label="My account" [editable]="!signupSuccess"> |
59 | <my-signup-step-title mascotImageName="account" i18n> | 59 | <my-signup-step-title mascotImageName="account" i18n> |
60 | <strong>Setup</strong> | 60 | <strong>Setup</strong> |
61 | <div>your account</div> | 61 | <div>your account</div> |