Fix typo in embed

pull/364/head
Chocobozzz 2018-03-19 17:35:01 +01:00
parent a2d27bdf4c
commit 606ca5bccf
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View 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.'
})
})
})