diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-24 17:22:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-24 17:22:40 +0200 |
commit | f9735a9e88ff59dae8c9f6b8a20576ca8a08902b (patch) | |
tree | fca3fe7b02c309616359cb6799396f57029a4f77 /client/src/app/+videos | |
parent | 431ebbd5e40cdae5326bcd631d9e086cfa4eae1e (diff) | |
download | PeerTube-f9735a9e88ff59dae8c9f6b8a20576ca8a08902b.tar.gz PeerTube-f9735a9e88ff59dae8c9f6b8a20576ca8a08902b.tar.zst PeerTube-f9735a9e88ff59dae8c9f6b8a20576ca8a08902b.zip |
Fix notification settings
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html b/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html index 2bbe26c96..59ee57b16 100644 --- a/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html +++ b/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html | |||
@@ -7,7 +7,7 @@ | |||
7 | [ngbTooltip]="autoPlayNextVideoTooltip" placement="bottom-right auto" | 7 | [ngbTooltip]="autoPlayNextVideoTooltip" placement="bottom-right auto" |
8 | > | 8 | > |
9 | <span i18n>AUTOPLAY</span> | 9 | <span i18n>AUTOPLAY</span> |
10 | <my-input-switch class="small" [(ngModel)]="autoPlayNextVideo" (ngModelChange)="switchAutoPlayNextVideo()"></my-input-switch> | 10 | <my-input-switch class="small" inputName="autoplay-next-video" [(ngModel)]="autoPlayNextVideo" (ngModelChange)="switchAutoPlayNextVideo()"></my-input-switch> |
11 | </div> | 11 | </div> |
12 | </div> | 12 | </div> |
13 | 13 | ||