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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/modal/quick-settings-modal.component.html b/client/src/app/modal/quick-settings-modal.component.html index b95c14309..62013c733 100644 --- a/client/src/app/modal/quick-settings-modal.component.html +++ b/client/src/app/modal/quick-settings-modal.component.html | |||
@@ -1,10 +1,12 @@ | |||
1 | <ng-template #modal let-hide="close"> | 1 | <ng-template #modal let-hide="close"> |
2 | <div class="modal-header"> | 2 | <div class="modal-header"> |
3 | <h4 i18n class="modal-title">Settings</h4> | 3 | <h4 i18n class="modal-title">My settings</h4> |
4 | <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon> | 4 | <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon> |
5 | </div> | 5 | </div> |
6 | 6 | ||
7 | <div class="modal-body"> | 7 | <div class="modal-body"> |
8 | <div class="mb-4 font-italic">These settings apply only to your session on this instance.</div> | ||
9 | |||
8 | <div i18n class="mb-4 quick-settings-title">Display settings</div> | 10 | <div i18n class="mb-4 quick-settings-title">Display settings</div> |
9 | 11 | ||
10 | <my-user-video-settings | 12 | <my-user-video-settings |