projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d27bd
)
Fix typo in embed
author
Chocobozzz
<me@florianbigard.com>
Mon, 19 Mar 2018 16:35:01 +0000
(17:35 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Mon, 19 Mar 2018 16:35:01 +0000
(17:35 +0100)
client/src/standalone/videos/embed.ts
patch
|
blob
|
history
diff --git
a/client/src/standalone/videos/embed.ts
b/client/src/standalone/videos/embed.ts
index 739ed5f457c62055399bf8d9b62c3906893f0479..2caab5b10cd435bc7ab7faaeb81a005dc9725453 100644
(file)
--- 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: 'Use
s P2P, others may know you are watching this
video.'
})
})
})