diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-20 14:20:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-20 14:20:04 +0200 |
commit | f64a58296ee1f4664fd9c3c3968ce4bf44c984c7 (patch) | |
tree | 697531ed16dbc2d211600a59578b6c0a19bc3eba | |
parent | aa1bc0849904814c1cfca8e3accdb015eaae1272 (diff) | |
download | PeerTube-f64a58296ee1f4664fd9c3c3968ce4bf44c984c7.tar.gz PeerTube-f64a58296ee1f4664fd9c3c3968ce4bf44c984c7.tar.zst PeerTube-f64a58296ee1f4664fd9c3c3968ce4bf44c984c7.zip |
Fix missing i18n on signup label
-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> |