]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/video-watch.component.html
Add action hook, comments loaded (#2539)
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-watch.component.html
index 585acd7a89cb627bd59fcce47ef4efa92cf38d15..446570a94e0aca33d8ba74c012312b1d195b33ea 100644 (file)
 
   <div class="row privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false">
     <div class="privacy-concerns-text">
-      <span i18n class="mr-2">
-        <strong>Help your peers</strong>
+      <span class="mr-2">
+        <strong i18n>Friendly Reminder: </strong>
+        <ng-container i18n>
+          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.
+        </ng-container>
         and activate the sharing system to improve the experience for everyone.
       </span>
       <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a>
     </div>
 
-    <div i18n class="privacy-concerns-button" (click)="declinedPrivacyConcern()">
-      No thanks
-    </div>
     <div i18n class="privacy-concerns-button privacy-concerns-okay" (click)="acceptedPrivacyConcern()">
-      Activate
+      OK
     </div>
   </div>
 </div>