diff options
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html index ff9cd37ea..e61509efd 100644 --- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html +++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html | |||
@@ -70,6 +70,7 @@ | |||
70 | <label i18n>Channel</label> | 70 | <label i18n>Channel</label> |
71 | <div class="peertube-select-container"> | 71 | <div class="peertube-select-container"> |
72 | <select formControlName="videoChannelId" class="form-control"> | 72 | <select formControlName="videoChannelId" class="form-control"> |
73 | <option i18n value="undefined" disabled>Channel to bind the playlist to</option> | ||
73 | <option></option> | 74 | <option></option> |
74 | <option *ngFor="let channel of userVideoChannels" [value]="channel.id">{{ channel.label }}</option> | 75 | <option *ngFor="let channel of userVideoChannels" [value]="channel.id">{{ channel.label }}</option> |
75 | </select> | 76 | </select> |