aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html
blob: 7677ae8369ea4e0cf01195b9918bdc51bd2164e2 (plain) (tree)
1
2
3
4
                                              
                                     
                       
                                                   










                                                                                                                                                                  
<div class="privacy-concerns" *ngIf="display">
  <div class="privacy-concerns-text">
    <span class="me-2">
      <strong i18n>Friendly Reminder:</strong>&#32;
      <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>
    </span>
    <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube#privacy">More information</a>
  </div>

  <div i18n class="privacy-concerns-button privacy-concerns-okay" (click)="acceptedPrivacyConcern()">
    OK
  </div>
</div>