From: Chocobozzz Date: Mon, 19 Mar 2018 16:35:01 +0000 (+0100) Subject: Fix typo in embed X-Git-Tag: v1.0.0-alpha.10~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=606ca5bccf55e75a20a70d41a4d1f2cbf12d2563;p=oweals%2Fpeertube.git Fix typo in embed --- 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.' }) }) })