]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/videos/embed.ts
Improve P2P & Privacy section
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.ts
index bf0eb484ee70a3397954e74f8971fc88d07e84a9..d8db2a1197b1544d06cd8199549b70fe85b226e5 100644 (file)
@@ -107,7 +107,7 @@ loadLocale(window.location.origin, videojs, navigator.language)
 
       player.dock({
         title: videoInfo.name,
-        description: player.localize('Uses P2P, others may know you are watching this video.')
+        description: player.localize('Uses P2P, others may know your IP is downloading this video.')
       })
 
       addContextMenu(player, window.location.origin + videoInfo.embedPath)