From d2b152338210322ca49752c9ddffc6854dc1d7a4 Mon Sep 17 00:00:00 2001 From: zeppi Date: Thu, 2 Jun 2022 10:41:05 -0400 Subject: [PATCH] app strings fix --- static/app-strings.json | 2 +- ui/component/privacyAgreement/view.jsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 435981802..15a17a80f 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2319,7 +2319,6 @@ "Hosting": "Hosting", "Viewed Hosting": "Viewed Hosting", "Auto Hosting": "Auto Hosting", - "* Note that as\n peer-to-peer software, your IP address and potentially other system information can be sent to other\n users, though this information is not stored permanently.": "* Note that as\n peer-to-peer software, your IP address and potentially other system information can be sent to other\n users, though this information is not stored permanently.", "Help creators and improve the P2P data network by hosting content.": "Help creators and improve the P2P data network by hosting content.", "I'm happy with my settings": "I'm happy with my settings", "We've noticed you already have some settings.": "We've noticed you already have some settings.", @@ -2328,5 +2327,6 @@ "Custom Hosting": "Custom Hosting", "Automatic Hosting downloads a small slice of content currently active on the network.": "Automatic Hosting downloads a small slice of content currently active on the network.", "Automatic Hosting (GB)": "Automatic Hosting (GB)", + "* Note that as peer-to-peer software, your IP address and potentially other system information can be sent to other users, though this information is not stored permanently.": "* Note that as peer-to-peer software, your IP address and potentially other system information can be sent to other users, though this information is not stored permanently.", "--end--": "--end--" } diff --git a/ui/component/privacyAgreement/view.jsx b/ui/component/privacyAgreement/view.jsx index cce16f8e5..af9189d40 100644 --- a/ui/component/privacyAgreement/view.jsx +++ b/ui/component/privacyAgreement/view.jsx @@ -72,9 +72,9 @@ function PrivacyAgreement(props: Props) { {__('No')} 😢 } - helper={__(`* Note that as - peer-to-peer software, your IP address and potentially other system information can be sent to other - users, though this information is not stored permanently.`)} + helper={__( + `* Note that as peer-to-peer software, your IP address and potentially other system information can be sent to other users, though this information is not stored permanently.` + )} onChange={(e) => setShare(NONE)} /> {authenticated && (