aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/+my-video-channels
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-26 16:39:43 +0100
committerChocobozzz <me@florianbigard.com>2020-11-26 16:39:43 +0100
commite2c1f7795752caf8cde19fdee8b9ab7fb16b0395 (patch)
tree6e3aea0d96ac944c222081178889c85811ebd1fd /client/src/app/+my-library/+my-video-channels
parent0e856b78e9b6aca5e6a48a04af8b747dbc69658f (diff)
downloadPeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.tar.gz
PeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.tar.zst
PeerTube-e2c1f7795752caf8cde19fdee8b9ab7fb16b0395.zip
Profile settings title consistency
Diffstat (limited to 'client/src/app/+my-library/+my-video-channels')
-rw-r--r--client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html2
1 files changed, 1 insertions, 1 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>