diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-19 17:35:01 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-19 17:35:01 +0100 |
commit | 606ca5bccf55e75a20a70d41a4d1f2cbf12d2563 (patch) | |
tree | 3258efa92ae71a37699416b91eba6824e2283834 /client/src/standalone | |
parent | a2d27bdf4c310e165738ac7d48668c1b8c5706fe (diff) | |
download | PeerTube-606ca5bccf55e75a20a70d41a4d1f2cbf12d2563.tar.gz PeerTube-606ca5bccf55e75a20a70d41a4d1f2cbf12d2563.tar.zst PeerTube-606ca5bccf55e75a20a70d41a4d1f2cbf12d2563.zip |
Fix typo in embed
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 2 |
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 | }) |