Improve settings wording

This commit is contained in:
Daniel
2021-08-18 09:34:43 +02:00
parent b314b46fb8
commit 5044ef1b7e
2 changed files with 4 additions and 4 deletions

View File

@@ -24,9 +24,9 @@ func init() {
filterModule,
"config:filter/",
&config.Option{
Name: "Privacy Filter",
Name: "Privacy Filter Module",
Key: CfgOptionEnableFilterKey,
Description: "Enable the DNS and Network Filter.",
Description: "Start the Privacy Filter module. If turned off, all privacy filter protections are fully disabled on this device.",
OptType: config.OptTypeBool,
ExpertiseLevel: config.ExpertiseLevelUser,
ReleaseLevel: config.ReleaseLevelBeta,