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 }; } }