]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
5196817c 1<div class="privacy-concerns" *ngIf="display">
6ebdd12f 2 <div class="privacy-concerns-text">
4c8749cb 3 <span class="me-2">
b67580aa 4 <strong i18n>Friendly Reminder:</strong>&#32;
6ebdd12f
C
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>
d0fbc9fd 9
6ebdd12f
C
10 <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube#privacy">More information</a>
11 </div>
12
d0fbc9fd 13 <button i18n class="ms-2 peertube-button orange-button" (click)="acceptedPrivacyConcern()">
6ebdd12f 14 OK
d0fbc9fd 15 </button>
6ebdd12f 16</div>