]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/modal/quick-settings-modal.component.html
Support bulk registration request removal
[github/Chocobozzz/PeerTube.git] / client / src / app / modal / quick-settings-modal.component.html
index 8fa3aee502dc32296b5fb712dbc614f077711434..5c55ee0284d2f59905bb11f42735c9b32c1e5076 100644 (file)
@@ -5,21 +5,17 @@
   </div>
 
   <div class="modal-body">
-    <div i18n class="mb-4 font-italic">These settings apply only to your session on this instance.</div>
+    <div i18n class="alert pt-alert-primary">These settings apply only to your session on this instance.</div>
 
-    <h6 i18n class="mb-4">Display settings</h6>
+    <h5 i18n class="mt-4 mb-2">Videos</h5>
 
     <my-user-video-settings
       *ngIf="!isUserLoggedIn()"
       [user]="user" [userInformationLoaded]="userInformationLoaded" [reactiveUpdate]="true" [notifyOnUpdate]="true"
     >
-
-      <ng-container ngProjectAs="inner-title">
-        <h6 i18n class="mb-4 mt-4">Video settings</h6>
-      </ng-container>
     </my-user-video-settings>
 
-    <h6 i18n class="mb-4 mt-4">Interface settings</h6>
+    <h5 i18n class="mt-4 mb-2">Interface</h5>
 
     <my-user-interface-settings
       *ngIf="!isUserLoggedIn()"