aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-10 18:36:07 +0200
committerChocobozzz <me@florianbigard.com>2018-07-10 18:36:07 +0200
commita7c9cbb56f4c8cca074ebe5bb35d59458b2e414e (patch)
treed9993dd11e718f6a9598a6a0513d5d8e39e5b582 /client/src/app/videos/+video-watch
parent902aa3a099638b2198c24c076c61577a8435277b (diff)
downloadPeerTube-a7c9cbb56f4c8cca074ebe5bb35d59458b2e414e.tar.gz
PeerTube-a7c9cbb56f4c8cca074ebe5bb35d59458b2e414e.tar.zst
PeerTube-a7c9cbb56f4c8cca074ebe5bb35d59458b2e414e.zip
Change friendly reminder about privacy.
Diffstat (limited to 'client/src/app/videos/+video-watch')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.html2
1 files changed, 1 insertions, 1 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>