]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+signup/+register/register.component.html
Fix rowsPerPage change, add filter clear button, update video-abuse-list search query...
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / register.component.html
index e7440fe1e02fc04c3898c8bfeb4b757a494f9687..fa9838ba617180a1bf36c5f34ebc161864cf86e5 100644 (file)
@@ -10,7 +10,7 @@
   <div class="wrapper" [hidden]="signupDone">
     <div class="register-form">
       <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
             [hasCodeOfConduct]="!!aboutHtml.codeOfConduct"
             (formBuilt)="onUserFormBuilt($event)" (termsClick)="onTermsClick()" (codeOfConductClick)="onCodeOfConductClick()"
@@ -20,7 +20,7 @@
           <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()"
@@ -67,7 +67,7 @@
               </div>
 
               <div class="block">
-                <strong i18n>How will we pay this instance?</strong>
+                <strong i18n>How will we finance this instance?</strong>
                 <div [innerHTML]="about.instance.businessModel"></div>
               </div>
             </ng-template>