diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html b/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html index 06fd9833a..84c78c457 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html +++ b/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html | |||
@@ -47,7 +47,9 @@ | |||
47 | inputName="autoPlayVideo" formControlName="autoPlayVideo" | 47 | inputName="autoPlayVideo" formControlName="autoPlayVideo" |
48 | i18n-labelText labelText="Automatically plays video" | 48 | i18n-labelText labelText="Automatically plays video" |
49 | ></my-peertube-checkbox> | 49 | ></my-peertube-checkbox> |
50 | </div> | ||
50 | 51 | ||
52 | <div class="form-group"> | ||
51 | <my-peertube-checkbox | 53 | <my-peertube-checkbox |
52 | inputName="autoPlayNextVideo" formControlName="autoPlayNextVideo" | 54 | inputName="autoPlayNextVideo" formControlName="autoPlayNextVideo" |
53 | i18n-labelText labelText="Automatically starts playing next video" | 55 | i18n-labelText labelText="Automatically starts playing next video" |