From a7c9cbb56f4c8cca074ebe5bb35d59458b2e414e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 10 Jul 2018 18:36:07 +0200 Subject: Change friendly reminder about privacy. --- client/src/app/videos/+video-watch/video-watch.component.html | 2 +- client/src/standalone/videos/test-embed.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src') diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index a1110d81c..f28134ece 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html @@ -195,7 +195,7 @@ Friendly Reminder:
- The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be accessed publicly. + The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. More information
diff --git a/client/src/standalone/videos/test-embed.ts b/client/src/standalone/videos/test-embed.ts index c0181ed28..dba331e90 100644 --- a/client/src/standalone/videos/test-embed.ts +++ b/client/src/standalone/videos/test-embed.ts @@ -49,7 +49,7 @@ window.addEventListener('load', async () => { } else { let itemEl = document.createElement('a') itemEl.href = 'javascript:;' - itemEl.innerText = rate + itemEl.innerText = rate.toString() itemEl.addEventListener('click', () => { player.setPlaybackRate(rate) currentRate = rate -- cgit v1.2.3