diff options
author | Caroline Chuong <caroline.chuong@octo.com> | 2020-06-15 16:42:13 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-06-18 09:02:23 +0200 |
commit | d6d951ddc0c492f3261065b5dcb4df0534d252fc (patch) | |
tree | 1a0e1b07ea9f0b6aa1e55fe5651aecba7daa3122 /client/src/app/shared/video | |
parent | 67c604ae691e372c35dff90e7343c9232dc87511 (diff) | |
download | PeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.tar.gz PeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.tar.zst PeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.zip |
Remove uneccessary details to link titles
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 | ||