From 606ca5bccf55e75a20a70d41a4d1f2cbf12d2563 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 19 Mar 2018 17:35:01 +0100 Subject: Fix typo in embed --- client/src/standalone/videos/embed.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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.' }) }) }) -- cgit v1.2.3