Fix typo in embed
authorChocobozzz <me@florianbigard.com>
Mon, 19 Mar 2018 16:35:01 +0000 (17:35 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 19 Mar 2018 16:35:01 +0000 (17:35 +0100)
client/src/standalone/videos/embed.ts

index 739ed5f457c62055399bf8d9b62c3906893f0479..2caab5b10cd435bc7ab7faaeb81a005dc9725453 100644 (file)
@@ -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.'
       })
     })
   })