From: Chocobozzz Date: Tue, 10 Jul 2018 16:36:07 +0000 (+0200) Subject: Change friendly reminder about privacy. X-Git-Tag: v1.0.0-beta.10.pre.1~84 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a7c9cbb56f4c8cca074ebe5bb35d59458b2e414e;p=oweals%2Fpeertube.git Change friendly reminder about privacy. --- 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