diff options
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-miniature.component.ts b/client/src/app/shared/video/video-miniature.component.ts index 36e18d018..a08c3fc8d 100644 --- a/client/src/app/shared/video/video-miniature.component.ts +++ b/client/src/app/shared/video/video-miniature.component.ts | |||
@@ -114,7 +114,7 @@ export class VideoMiniatureComponent implements OnInit { | |||
114 | this.setUpBy() | 114 | this.setUpBy() |
115 | 115 | ||
116 | this.channelLinkTitle = this.i18n( | 116 | this.channelLinkTitle = this.i18n( |
117 | 'Go to the channel page of {{name}} ({{handle}})', | 117 | '{{name}} (channel page)', |
118 | { name: this.video.channel.name, handle: this.video.byVideoChannel } | 118 | { name: this.video.channel.name, handle: this.video.byVideoChannel } |
119 | ) | 119 | ) |
120 | 120 | ||