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) player.dock({ title: videoInfo.name, - description: 'Use P2P, other may know you are watching that video.' + description: 'Uses P2P, others may know you are watching this video.' }) }) })