<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>
} else {
let itemEl = document.createElement('a')
itemEl.href = 'javascript:;'
- itemEl.innerText = rate
+ itemEl.innerText = rate.toString()
itemEl.addEventListener('click', () => {
player.setPlaybackRate(rate)
currentRate = rate