aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.html12
1 files changed, 6 insertions, 6 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 585acd7a8..446570a94 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -257,18 +257,18 @@
257 257
258 <div class="row privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false"> 258 <div class="row privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false">
259 <div class="privacy-concerns-text"> 259 <div class="privacy-concerns-text">
260 <span i18n class="mr-2"> 260 <span class="mr-2">
261 <strong>Help your peers</strong> 261 <strong i18n>Friendly Reminder: </strong>
262 <ng-container i18n>
263 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
264 </ng-container>
262 and activate the sharing system to improve the experience for everyone. 265 and activate the sharing system to improve the experience for everyone.
263 </span> 266 </span>
264 <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a> 267 <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a>
265 </div> 268 </div>
266 269
267 <div i18n class="privacy-concerns-button" (click)="declinedPrivacyConcern()">
268 No thanks
269 </div>
270 <div i18n class="privacy-concerns-button privacy-concerns-okay" (click)="acceptedPrivacyConcern()"> 270 <div i18n class="privacy-concerns-button privacy-concerns-okay" (click)="acceptedPrivacyConcern()">
271 Activate 271 OK
272 </div> 272 </div>
273 </div> 273 </div>
274</div> 274</div>