From b120cd98cb5c6cb410fabe493b90b3fd01f81385 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 29 Mar 2024 16:00:22 +1300 Subject: [PATCH] m-teamtp: update config info. resolves #15209 --- .../Models/IndexerConfig/Bespoke/ConfigurationDataMTeamTp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataMTeamTp.cs b/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataMTeamTp.cs index 221525cbe..2222568c2 100644 --- a/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataMTeamTp.cs +++ b/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataMTeamTp.cs @@ -12,7 +12,7 @@ namespace Jackett.Common.Models.IndexerConfig.Bespoke public ConfigurationDataMTeamTp() { ApiKey = new StringConfigurationItem("API Key"); - ApiKeyInfo = new DisplayInfoConfigurationItem("ApiKey Info", "The API key can be obtained by accessing your M-Team TP user CP."); + ApiKeyInfo = new DisplayInfoConfigurationItem("ApiKey Info", "The API key can be obtained by accessing your M-Team-TP User Control Panel > Security > Laboratory."); FreeleechOnly = new BoolConfigurationItem("Search freeleech only") { Value = false }; } }