Skip to content

Commit

Permalink
Rewords privacy notice as per #427 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBartlett authored Apr 10, 2023
1 parent 9264152 commit 9cb2c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DXMainClient/DXGUI/Generic/PrivacyNotification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public override void Initialize()
lblDescription.X = UIDesignConstants.EMPTY_SPACE_SIDES;
lblDescription.Y = UIDesignConstants.EMPTY_SPACE_TOP;
lblDescription.Text = Renderer.FixText(
"By using the client you agree to the CnCNet Terms & Conditions as well as the CnCNet Privacy Policy. Privacy-related options can be configured in the client options.".L10N("Client:Main:TOSText"),
"This application makes use of CnCNet web & tunnel server services and is subject to collection of technical & other necessary information through them.".L10N("Client:Main:TOSText"),
lblDescription.FontIndex, WindowManager.RenderResolutionX - (UIDesignConstants.EMPTY_SPACE_SIDES * 2)).Text;
AddChild(lblDescription);

Expand Down Expand Up @@ -58,7 +58,7 @@ public override void Initialize()
lblExplanation.Name = nameof(lblExplanation);
lblExplanation.X = UIDesignConstants.EMPTY_SPACE_SIDES;
lblExplanation.Y = lblMoreInformation.Bottom + UIDesignConstants.CONTROL_VERTICAL_MARGIN * 2;
lblExplanation.Text = "No worries, we're not actually using your data for anything evil, but we have to display this message due to regulations.".L10N("Client:Main:TOSExplanation");
lblExplanation.Text = "By using this application you agree to the CnCNet Terms & Conditions as well as the CnCNet Privacy Policy. Privacy-related options can be configured in the client settings.".L10N("Client:Main:TOSExplanation");
lblExplanation.TextColor = UISettings.ActiveSettings.SubtleTextColor;
AddChild(lblExplanation);

Expand Down

0 comments on commit 9cb2c5f

Please sign in to comment.