]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / information / privacy-concerns.component.html
1 <div class="privacy-concerns" *ngIf="display">
2 <div class="privacy-concerns-text">
3 <span class="me-2">
4 <strong i18n>Friendly Reminder:</strong>&#32;
5 <ng-container i18n>
6 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.
7 </ng-container>
8 </span>
9
10 <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube#privacy">More information</a>
11 </div>
12
13 <button i18n class="ms-2 peertube-button orange-button" (click)="acceptedPrivacyConcern()">
14 OK
15 </button>
16 </div>