diff options
Diffstat (limited to 'client/src/app/modal')
-rw-r--r-- | client/src/app/modal/quick-settings-modal.component.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/client/src/app/modal/quick-settings-modal.component.html b/client/src/app/modal/quick-settings-modal.component.html index 8fa3aee50..5c55ee028 100644 --- a/client/src/app/modal/quick-settings-modal.component.html +++ b/client/src/app/modal/quick-settings-modal.component.html | |||
@@ -5,21 +5,17 @@ | |||
5 | </div> | 5 | </div> |
6 | 6 | ||
7 | <div class="modal-body"> | 7 | <div class="modal-body"> |
8 | <div i18n class="mb-4 font-italic">These settings apply only to your session on this instance.</div> | 8 | <div i18n class="alert pt-alert-primary">These settings apply only to your session on this instance.</div> |
9 | 9 | ||
10 | <h6 i18n class="mb-4">Display settings</h6> | 10 | <h5 i18n class="mt-4 mb-2">Videos</h5> |
11 | 11 | ||
12 | <my-user-video-settings | 12 | <my-user-video-settings |
13 | *ngIf="!isUserLoggedIn()" | 13 | *ngIf="!isUserLoggedIn()" |
14 | [user]="user" [userInformationLoaded]="userInformationLoaded" [reactiveUpdate]="true" [notifyOnUpdate]="true" | 14 | [user]="user" [userInformationLoaded]="userInformationLoaded" [reactiveUpdate]="true" [notifyOnUpdate]="true" |
15 | > | 15 | > |
16 | |||
17 | <ng-container ngProjectAs="inner-title"> | ||
18 | <h6 i18n class="mb-4 mt-4">Video settings</h6> | ||
19 | </ng-container> | ||
20 | </my-user-video-settings> | 16 | </my-user-video-settings> |
21 | 17 | ||
22 | <h6 i18n class="mb-4 mt-4">Interface settings</h6> | 18 | <h5 i18n class="mt-4 mb-2">Interface</h5> |
23 | 19 | ||
24 | <my-user-interface-settings | 20 | <my-user-interface-settings |
25 | *ngIf="!isUserLoggedIn()" | 21 | *ngIf="!isUserLoggedIn()" |