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