aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html
index a5c387638..5921b4b72 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -85,7 +85,7 @@
85 </div> 85 </div>
86 86
87 <div class="video-info-channel"> 87 <div class="video-info-channel">
88 {{ video.channel.name }} 88 {{ video.channel.displayName }}
89 <!-- Here will be the subscribe button --> 89 <!-- Here will be the subscribe button -->
90 </div> 90 </div>
91 91