diff --git a/internal/node/component/info/network_config.go b/internal/node/component/info/network_config.go index 23cd5555..f959e6b0 100644 --- a/internal/node/component/info/network_config.go +++ b/internal/node/component/info/network_config.go @@ -519,7 +519,7 @@ var WorkerToConfigMap = map[network.Protocol]map[worker.Worker]workerConfig{ AccessKey: &ConfigDetail{ IsRequired: false, Type: StringType, - Description: "A key to access the RSS Feed", + Description: "Access key to access your RSSHub", Title: "Access Key", Key: "parameters.authentication.access_key", },