diff options
author | Chocobozzz <me@florianbigard.com> | 2019-11-29 14:06:03 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-29 14:06:03 +0100 |
commit | 20f1ec8d9d356bf961d3672c3ec771745fd4ce36 (patch) | |
tree | e7781edfaa918db174ddb2b5be1b881d210ce55d /client/src/app/+my-account | |
parent | 47f6cb31d78f83d5734b11285b11147b0b42e191 (diff) | |
download | PeerTube-20f1ec8d9d356bf961d3672c3ec771745fd4ce36.tar.gz PeerTube-20f1ec8d9d356bf961d3672c3ec771745fd4ce36.tar.zst PeerTube-20f1ec8d9d356bf961d3672c3ec771745fd4ce36.zip |
Improve video languages user settings label
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 | 4 |
1 files changed, 2 insertions, 2 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 84c78c457..6f9159ec8 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 | |||
@@ -19,10 +19,10 @@ | |||
19 | </div> | 19 | </div> |
20 | 20 | ||
21 | <div class="form-group"> | 21 | <div class="form-group"> |
22 | <label i18n for="videoLanguages">Only display videos in the following languages</label> | 22 | <label i18n for="videoLanguages">Only display videos in the following languages/subtitles</label> |
23 | <my-help> | 23 | <my-help> |
24 | <ng-template ptTemplate="customHtml"> | 24 | <ng-template ptTemplate="customHtml"> |
25 | <ng-container i18n>In Recently added, Trending, Local and Search pages</ng-container> | 25 | <ng-container i18n>In Recently added, Trending, Local, Most liked and Search pages</ng-container> |
26 | </ng-template> | 26 | </ng-template> |
27 | </my-help> | 27 | </my-help> |
28 | 28 | ||