From dee8fbfe1e1b68c75f75d21458d4e4bee78df09e Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 17 Feb 2022 15:47:55 +0100 Subject: [PATCH] Update network rating setting wording --- status/config.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/status/config.go b/status/config.go index 11daf942..ac49b7f2 100644 --- a/status/config.go +++ b/status/config.go @@ -10,9 +10,11 @@ var ( func registerConfig() error { if err := config.Register(&config.Option{ - Name: "Enable Network Rating System", - Key: CfgEnableNetworkRatingSystemKey, - Description: "Enables the Network Rating System, which allows you to quickly increase security and privacy throughout the settings by changing your the network rating level in the top left. Please note that this feature is now in the sunset phase and will be replaced by a superior and easier to understand system in the future.", + Name: "Enable Network Rating System", + Key: CfgEnableNetworkRatingSystemKey, + Description: `Enable the Network Rating System, which allows you to configure settings to be active in one environment but not in the other, like allowing sensitive connections at home but not at the public library. + +Please note that this feature will be replaced by a superior and easier to understand system in the future.`, OptType: config.OptTypeBool, ExpertiseLevel: config.ExpertiseLevelExpert, ReleaseLevel: config.ReleaseLevelStable,