Change friendly reminder about privacy.
authorChocobozzz <me@florianbigard.com>
Tue, 10 Jul 2018 16:36:07 +0000 (18:36 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 10 Jul 2018 16:36:07 +0000 (18:36 +0200)
client/src/app/videos/+video-watch/video-watch.component.html
client/src/standalone/videos/test-embed.ts

index a1110d81c28807021185307e98edd7175b35e1a9..f28134ece2a1615075cb181e0401cdde2bacfc98 100644 (file)
     <strong i18n>Friendly Reminder:</strong>
     <div class="privacy-concerns-text">
       <ng-container i18n>
-        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.
       </ng-container>
       <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a>
     </div>
index c0181ed280db67f81d435376169ea781253e99e3..dba331e90bce4de676f320064fe41449ce1f9d48 100644 (file)
@@ -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