diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 2 |
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 8d4a4a5ca..c275258ef 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -37,7 +37,7 @@ | |||
37 | </div> | 37 | </div> |
38 | 38 | ||
39 | <div class="video-info-channel"> | 39 | <div class="video-info-channel"> |
40 | <a [routerLink]="[ '/video-channels', video.channel.uuid ]" i18n-title title="Go the channel page"> | 40 | <a [routerLink]="[ '/video-channels', video.channel.name ]" i18n-title title="Go the channel page"> |
41 | {{ video.channel.displayName }} | 41 | {{ video.channel.displayName }} |
42 | 42 | ||
43 | <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" /> | 43 | <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" /> |