Rename signup steps

pull/2131/head
Chocobozzz 2019-09-04 15:08:56 +02:00
parent dedc7abb7b
commit 5eb9bde8aa
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -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()"