Switch back to original text in privacy-concerns warning
This commit is contained in:
parent
b0e769bbf6
commit
52e3beb90d
|
@ -257,18 +257,18 @@
|
||||||
|
|
||||||
<div class="row privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false">
|
<div class="row privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false">
|
||||||
<div class="privacy-concerns-text">
|
<div class="privacy-concerns-text">
|
||||||
<span i18n class="mr-2">
|
<span class="mr-2">
|
||||||
<strong>Help your peers</strong>
|
<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.
|
and activate the sharing system to improve the experience for everyone.
|
||||||
</span>
|
</span>
|
||||||
<a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a>
|
<a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div i18n class="privacy-concerns-button" (click)="declinedPrivacyConcern()">
|
|
||||||
No thanks
|
|
||||||
</div>
|
|
||||||
<div i18n class="privacy-concerns-button privacy-concerns-okay" (click)="acceptedPrivacyConcern()">
|
<div i18n class="privacy-concerns-button privacy-concerns-okay" (click)="acceptedPrivacyConcern()">
|
||||||
Activate
|
OK
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue