Rename signup steps
This commit is contained in:
parent
dedc7abb7b
commit
5eb9bde8aa
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
|||
<div class="wrapper" *ngIf="!signupDone">
|
||||
<div>
|
||||
<my-custom-stepper linear *ngIf="!signupDone">
|
||||
<cdk-step [stepControl]="formStepUser" i18n-label label="User information">
|
||||
<cdk-step [stepControl]="formStepUser" i18n-label label="User">
|
||||
<my-register-step-user (formBuilt)="onUserFormBuilt($event)"></my-register-step-user>
|
||||
|
||||
<button i18n cdkStepperNext [disabled]="!formStepUser || !formStepUser.valid">Next</button>
|
||||
</cdk-step>
|
||||
|
||||
<cdk-step [stepControl]="formStepChannel" i18n-label label="Channel information">
|
||||
<cdk-step [stepControl]="formStepChannel" i18n-label label="Channel">
|
||||
<my-register-step-channel (formBuilt)="onChannelFormBuilt($event)" [username]="getUsername()"></my-register-step-channel>
|
||||
|
||||
<button i18n cdkStepperNext (click)="signup()"
|
||||
|
|
Loading…
Reference in a new issue