]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+signup/+register/register.component.html
Merge branch 'release/4.3.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / register.component.html
index 76b1456040a55c785a33fdad414a810f57853cf4..bafb96a49d3429a1dede9e58c6fc766d52d45240 100644 (file)
@@ -1,11 +1,11 @@
 <div>
 
-  <div class="signup-disabled" *ngIf="signupDisabled">
+  <div class="margin-content signup-disabled" *ngIf="signupDisabled">
     <div class="alert alert-warning" i18n>Signup is not enabled on this instance.</div>
   </div>
 
   <ng-container *ngIf="!signupDisabled">
-    <h1 i18n class="header-title">
+    <h1 i18n class="title-page-v2">
       <strong class="underline-orange">{{ instanceName }}</strong>
       >
       Create an account
@@ -27,7 +27,7 @@
               <strong>I already have an account</strong>, I log in
             </a>
 
-            <button i18n cdkStepperNext>I create an account</button>
+            <button i18n cdkStepperNext>Create an account</button>
           </div>
         </cdk-step>
 
@@ -55,7 +55,7 @@
           </div>
         </cdk-step>
 
-        <cdk-step [stepControl]="formStepUser" label="My account" [editable]="!signupSuccess">
+        <cdk-step [stepControl]="formStepUser" i18n-label label="My account" [editable]="!signupSuccess">
           <my-signup-step-title mascotImageName="account" i18n>
             <strong>Setup</strong>
             <div>your account</div>