]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-video-playlists / my-video-playlist-edit.component.html
index e867f63b817b8642d51cc2363342bd2e249f8fff..a3c2aab44eeff34a2be3a8c61c83b58264e90c96 100644 (file)
@@ -61,7 +61,7 @@
         </div>
 
         <div class="form-group">
-          <label i18n>Channel</label>
+          <label for="videoChannelIdl" i18n>Channel</label>
 
           <my-select-channel
             labelForId="videoChannelIdl" [items]="userVideoChannels" formControlName="videoChannelId"
@@ -73,7 +73,7 @@
         </div>
 
         <div class="form-group">
-          <label i18n>Playlist thumbnail</label>
+          <label for="thumbnailfile" i18n>Playlist thumbnail</label>
 
           <my-preview-upload
             i18n-inputLabel inputLabel="Edit" inputName="thumbnailfile" formControlName="thumbnailfile"