1
0
Fork 0

Change friendly reminder about privacy.

This commit is contained in:
Chocobozzz 2018-07-10 18:36:07 +02:00
parent 902aa3a099
commit a7c9cbb56f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@
<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>

View 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