diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-05 10:01:57 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-05 10:01:57 +0100 |
commit | 52e3beb90d690061847a483fed798c0e10971cba (patch) | |
tree | 37d4b7e0ea480d4ff0c1a7f46b176a16f066fef3 /client/src/app | |
parent | b0e769bbf6745c8fbc5a72b8cd30b754dc0395c3 (diff) | |
download | PeerTube-52e3beb90d690061847a483fed798c0e10971cba.tar.gz PeerTube-52e3beb90d690061847a483fed798c0e10971cba.tar.zst PeerTube-52e3beb90d690061847a483fed798c0e10971cba.zip |
Switch back to original text in privacy-concerns warning
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 585acd7a8..446570a94 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -257,18 +257,18 @@ | |||
257 | 257 | ||
258 | <div class="row privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false"> | 258 | <div class="row privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false"> |
259 | <div class="privacy-concerns-text"> | 259 | <div class="privacy-concerns-text"> |
260 | <span i18n class="mr-2"> | 260 | <span class="mr-2"> |
261 | <strong>Help your peers</strong> | 261 | <strong i18n>Friendly Reminder: </strong> |
262 | <ng-container i18n> | ||
263 | 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. | ||
264 | </ng-container> | ||
262 | and activate the sharing system to improve the experience for everyone. | 265 | and activate the sharing system to improve the experience for everyone. |
263 | </span> | 266 | </span> |
264 | <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a> | 267 | <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a> |
265 | </div> | 268 | </div> |
266 | 269 | ||
267 | <div i18n class="privacy-concerns-button" (click)="declinedPrivacyConcern()"> | ||
268 | No thanks | ||
269 | </div> | ||
270 | <div i18n class="privacy-concerns-button privacy-concerns-okay" (click)="acceptedPrivacyConcern()"> | 270 | <div i18n class="privacy-concerns-button privacy-concerns-okay" (click)="acceptedPrivacyConcern()"> |
271 | Activate | 271 | OK |
272 | </div> | 272 | </div> |
273 | </div> | 273 | </div> |
274 | </div> | 274 | </div> |