diff options
Diffstat (limited to 'client/src/app/+my-account')
-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, 1 insertions, 1 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 6f9159ec8..17d8cde06 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 | |||
@@ -38,7 +38,7 @@ | |||
38 | <div class="form-group"> | 38 | <div class="form-group"> |
39 | <my-peertube-checkbox | 39 | <my-peertube-checkbox |
40 | inputName="webTorrentEnabled" formControlName="webTorrentEnabled" | 40 | inputName="webTorrentEnabled" formControlName="webTorrentEnabled" |
41 | i18n-labelText labelText="Use WebTorrent to exchange parts of the video with others" | 41 | i18n-labelText labelText="Use P2P to exchange parts of the video with others" |
42 | ></my-peertube-checkbox> | 42 | ></my-peertube-checkbox> |
43 | </div> | 43 | </div> |
44 | 44 | ||