diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 2 | ||||
-rw-r--r-- | client/src/standalone/videos/test-embed.ts | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ | |||
195 | <strong i18n>Friendly Reminder:</strong> | 195 | <strong i18n>Friendly Reminder:</strong> |
196 | <div class="privacy-concerns-text"> | 196 | <div class="privacy-concerns-text"> |
197 | <ng-container i18n> | 197 | <ng-container i18n> |
198 | 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. | 198 | 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. |
199 | </ng-container> | 199 | </ng-container> |
200 | <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a> | 200 | <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a> |
201 | </div> | 201 | </div> |
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 () => { | |||
49 | } else { | 49 | } else { |
50 | let itemEl = document.createElement('a') | 50 | let itemEl = document.createElement('a') |
51 | itemEl.href = 'javascript:;' | 51 | itemEl.href = 'javascript:;' |
52 | itemEl.innerText = rate | 52 | itemEl.innerText = rate.toString() |
53 | itemEl.addEventListener('click', () => { | 53 | itemEl.addEventListener('click', () => { |
54 | player.setPlaybackRate(rate) | 54 | player.setPlaybackRate(rate) |
55 | currentRate = rate | 55 | currentRate = rate |