diff options
Diffstat (limited to 'client/src/assets')
-rw-r--r-- | client/src/assets/player/videojs-components/peertube-link-button.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/videojs-components/peertube-link-button.ts b/client/src/assets/player/videojs-components/peertube-link-button.ts index 63e92eb77..e73c95900 100644 --- a/client/src/assets/player/videojs-components/peertube-link-button.ts +++ b/client/src/assets/player/videojs-components/peertube-link-button.ts | |||
@@ -24,7 +24,7 @@ class PeerTubeLinkButton extends Button { | |||
24 | const el = videojs.dom.createEl('a', { | 24 | const el = videojs.dom.createEl('a', { |
25 | href: buildVideoLink(), | 25 | href: buildVideoLink(), |
26 | innerHTML: 'PeerTube', | 26 | innerHTML: 'PeerTube', |
27 | title: this.player().localize('Go to the video page'), | 27 | title: this.player().localize('Video page (new window)'), |
28 | className: 'vjs-peertube-link', | 28 | className: 'vjs-peertube-link', |
29 | target: '_blank' | 29 | target: '_blank' |
30 | }) | 30 | }) |