aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-13 01:40:28 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-03-13 01:43:52 +0100
commit8c966daab30dd2bc8fd9792a8e219d94f3d8e67c (patch)
tree3e08d4839c5ceafb99a04f6c4352509b5ff636d7 /client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
parentdf8914c9a2d6dbb435460b9e252a771cac47880b (diff)
downloadPeerTube-8c966daab30dd2bc8fd9792a8e219d94f3d8e67c.tar.gz
PeerTube-8c966daab30dd2bc8fd9792a8e219d94f3d8e67c.tar.zst
PeerTube-8c966daab30dd2bc8fd9792a8e219d94f3d8e67c.zip
Normalize create buttons
Diffstat (limited to 'client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html')
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html2
1 files changed, 1 insertions, 1 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 82321459f..89b8d19b8 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
@@ -1,4 +1,4 @@
1<div i18n class="form-sub-title" *ngIf="isCreation() === true">Create a new playlist</div> 1<div i18n class="form-sub-title" *ngIf="isCreation() === true">Create playlist</div>
2 2
3<div *ngIf="error" class="alert alert-danger">{{ error }}</div> 3<div *ngIf="error" class="alert alert-danger">{{ error }}</div>
4 4