]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
Strict templates enabled
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-video-settings / my-account-video-settings.component.html
index a11238925da04f521331278a6d55cb29d2d407e2..51a672734829a0355d49b977099de58329774b3b 100644 (file)
   </div>
 
   <div class="form-group">
-    <label i18n for="videoLanguages">Only display videos in the following languages</label>
+    <label i18n for="videoLanguages">Only display videos in the following languages/subtitles</label>
     <my-help>
       <ng-template ptTemplate="customHtml">
-        <ng-container i18n>In Recently added, Trending, Local and Search pages</ng-container>
+        <ng-container i18n>In Recently added, Trending, Local, Most liked and Search pages</ng-container>
       </ng-template>
     </my-help>
 
     <div>
       <p-multiSelect
-        inputId="videoLanguages" [options]="languageItems" formControlName="videoLanguages" showToggleAll="true"
+        inputId="videoLanguages" [options]="languageItems" formControlName="videoLanguages" [showToggleAll]="true"
         [defaultLabel]="getDefaultVideoLanguageLabel()" [selectedItemsLabel]="getSelectedVideoLanguageLabel()"
         emptyFilterMessage="No results found" i18n-emptyFilterMessage
       ></p-multiSelect>
@@ -38,7 +38,7 @@
   <div class="form-group">
     <my-peertube-checkbox
       inputName="webTorrentEnabled" formControlName="webTorrentEnabled"
-      i18n-labelText labelText="Use WebTorrent to exchange parts of the video with others"
+      i18n-labelText labelText="Use P2P to exchange parts of the video with others"
     ></my-peertube-checkbox>
   </div>
 
     ></my-peertube-checkbox>
   </div>
 
+  <div class="form-group">
+    <my-peertube-checkbox
+      inputName="autoPlayNextVideo" formControlName="autoPlayNextVideo"
+      i18n-labelText labelText="Automatically starts playing next video"
+    ></my-peertube-checkbox>
+  </div>
+
   <input type="submit" i18n-value value="Save" [disabled]="!form.valid">
 </form>