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 && (