Change friendly reminder about privacy.
This commit is contained in:
parent
902aa3a099
commit
a7c9cbb56f
|
@ -195,7 +195,7 @@
|
||||||
<strong i18n>Friendly Reminder:</strong>
|
<strong i18n>Friendly Reminder:</strong>
|
||||||
<div class="privacy-concerns-text">
|
<div class="privacy-concerns-text">
|
||||||
<ng-container i18n>
|
<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>
|
</ng-container>
|
||||||
<a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a>
|
<a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -49,7 +49,7 @@ window.addEventListener('load', async () => {
|
||||||
} else {
|
} else {
|
||||||
let itemEl = document.createElement('a')
|
let itemEl = document.createElement('a')
|
||||||
itemEl.href = 'javascript:;'
|
itemEl.href = 'javascript:;'
|
||||||
itemEl.innerText = rate
|
itemEl.innerText = rate.toString()
|
||||||
itemEl.addEventListener('click', () => {
|
itemEl.addEventListener('click', () => {
|
||||||
player.setPlaybackRate(rate)
|
player.setPlaybackRate(rate)
|
||||||
currentRate = rate
|
currentRate = rate
|
||||||
|
|
Loading…
Reference in New Issue
Block a user