aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorRobert Riemann <robert.riemann@edps.europa.eu>2022-03-02 00:51:57 +0100
committerChocobozzz <chocobozzz@cpy.re>2022-03-02 08:32:30 +0100
commit8b8bd0228dfa3fd6097e0d12232ce72c7275b489 (patch)
treef4248bb65f8dc8a08baec56f3a37a14089dde56f /client/src/app
parent90fbb784989c598112785026d6620f63afa13098 (diff)
downloadPeerTube-8b8bd0228dfa3fd6097e0d12232ce72c7275b489.tar.gz
PeerTube-8b8bd0228dfa3fd6097e0d12232ce72c7275b489.tar.zst
PeerTube-8b8bd0228dfa3fd6097e0d12232ce72c7275b489.zip
open privacy info in user settings dialogue in new window
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/shared/shared-user-settings/user-video-settings.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-user-settings/user-video-settings.component.html b/client/src/app/shared/shared-user-settings/user-video-settings.component.html
index 4843f65b9..446ade445 100644
--- a/client/src/app/shared/shared-user-settings/user-video-settings.component.html
+++ b/client/src/app/shared/shared-user-settings/user-video-settings.component.html
@@ -42,7 +42,7 @@
42 i18n-labelText labelText="Help share videos being played" 42 i18n-labelText labelText="Help share videos being played"
43 > 43 >
44 <ng-container ngProjectAs="description"> 44 <ng-container ngProjectAs="description">
45 <span i18n>The <a routerLink="/about/peertube" fragment="privacy">sharing system</a> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</span> 45 <span i18n>The <a routerLink="/about/peertube" fragment="privacy" target="_blank">sharing system</a> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</span>
46 </ng-container> 46 </ng-container>
47 </my-peertube-checkbox> 47 </my-peertube-checkbox>
48 </div> 48 </div>