diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-26 16:39:43 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-26 16:39:43 +0100 |
commit | e2c1f7795752caf8cde19fdee8b9ab7fb16b0395 (patch) | |
tree | 6e3aea0d96ac944c222081178889c85811ebd1fd /client/src/app/+my-library | |
parent | 0e856b78e9b6aca5e6a48a04af8b747dbc69658f (diff) | |
download | PeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.tar.gz PeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.tar.zst PeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.zip |
Profile settings title consistency
Diffstat (limited to 'client/src/app/+my-library')
-rw-r--r-- | client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html | 2 | ||||
-rw-r--r-- | client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html b/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html index 7e0c4e732..5ea000400 100644 --- a/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html +++ b/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html | |||
@@ -26,7 +26,7 @@ | |||
26 | <div *ngIf="!isCreation() && videoChannelToUpdate" class="video-channel-title" i18n>CHANNEL</div> | 26 | <div *ngIf="!isCreation() && videoChannelToUpdate" class="video-channel-title" i18n>CHANNEL</div> |
27 | </div> | 27 | </div> |
28 | 28 | ||
29 | <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> | 29 | <div class="form-group col-12 col-lg-8 col-xl-9"> |
30 | 30 | ||
31 | <div class="form-group" *ngIf="isCreation()"> | 31 | <div class="form-group" *ngIf="isCreation()"> |
32 | <label i18n for="name">Name</label> | 32 | <label i18n for="name">Name</label> |
diff --git a/client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html b/client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html index 0d8d2a447..9b9befca4 100644 --- a/client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html +++ b/client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html | |||
@@ -26,7 +26,7 @@ | |||
26 | <div *ngIf="!isCreation() && videoPlaylistToUpdate" class="video-playlist-title" i18n>PLAYLIST</div> | 26 | <div *ngIf="!isCreation() && videoPlaylistToUpdate" class="video-playlist-title" i18n>PLAYLIST</div> |
27 | </div> | 27 | </div> |
28 | 28 | ||
29 | <div class="form-group form-group-right col-12 col-lg-8 col-xl-9"> | 29 | <div class="form-group col-12 col-lg-8 col-xl-9"> |
30 | 30 | ||
31 | <div class="col-md-12 col-xl-6"> | 31 | <div class="col-md-12 col-xl-6"> |
32 | <div class="form-group"> | 32 | <div class="form-group"> |