diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-28 15:33:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-28 15:33:45 +0100 |
commit | 22b59e8099947605085cf65a440f07f37fce6b65 (patch) | |
tree | 0ce6c7d64a28468f9bb0ae4b4282bbf2421e5d83 /client/src/standalone | |
parent | d7137ad5fb31d6d740406ce7aa22529a4d36c760 (diff) | |
download | PeerTube-22b59e8099947605085cf65a440f07f37fce6b65.tar.gz PeerTube-22b59e8099947605085cf65a440f07f37fce6b65.tar.zst PeerTube-22b59e8099947605085cf65a440f07f37fce6b65.zip |
Add messages about privacy concerns (P2P)
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 925367bb9..bb6baf7f0 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -44,7 +44,8 @@ loadVideoInfo(videoId) | |||
44 | const player = this | 44 | const player = this |
45 | 45 | ||
46 | player.dock({ | 46 | player.dock({ |
47 | title: videoInfo.name | 47 | title: videoInfo.name, |
48 | description: 'Use P2P, other may know you are watching that video.' | ||
48 | }) | 49 | }) |
49 | }) | 50 | }) |
50 | }) | 51 | }) |