From 8c966daab30dd2bc8fd9792a8e219d94f3d8e67c Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 13 Mar 2020 01:40:28 +0100 Subject: [PATCH] Normalize create buttons --- .../my-account-video-channels.component.html | 2 +- .../my-account-video-playlist-edit.component.html | 2 +- .../my-account-video-playlists.component.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html index 11e87ba79..2461aa3f5 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html @@ -1,7 +1,7 @@
- Create a new video channel + Create video channel
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 @@ -
Create a new playlist
+
Create playlist
{{ error }}
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html index dd6a0e55b..86844ce01 100644 --- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html +++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html @@ -5,7 +5,7 @@ - Create a new playlist + Create playlist -- 2.41.0