aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/embed.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/standalone/videos/embed.ts')
-rw-r--r--client/src/standalone/videos/embed.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts
index bf0eb484e..d8db2a119 100644
--- a/client/src/standalone/videos/embed.ts
+++ b/client/src/standalone/videos/embed.ts
@@ -107,7 +107,7 @@ loadLocale(window.location.origin, videojs, navigator.language)
107 107
108 player.dock({ 108 player.dock({
109 title: videoInfo.name, 109 title: videoInfo.name,
110 description: player.localize('Uses P2P, others may know you are watching this video.') 110 description: player.localize('Uses P2P, others may know your IP is downloading this video.')
111 }) 111 })
112 112
113 addContextMenu(player, window.location.origin + videoInfo.embedPath) 113 addContextMenu(player, window.location.origin + videoInfo.embedPath)