aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-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 739ed5f45..2caab5b10 100644
--- a/client/src/standalone/videos/embed.ts
+++ b/client/src/standalone/videos/embed.ts
@@ -66,7 +66,7 @@ loadVideoInfo(videoId)
66 66
67 player.dock({ 67 player.dock({
68 title: videoInfo.name, 68 title: videoInfo.name,
69 description: 'Use P2P, other may know you are watching that video.' 69 description: 'Uses P2P, others may know you are watching this video.'
70 }) 70 })
71 }) 71 })
72 }) 72 })