]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+signup/+register/register.component.html
Improve wait transcoding help
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / register.component.html
index 76b1456040a55c785a33fdad414a810f57853cf4..4094f24cf03613e4161f2646a5092a3ff0c4432a 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>