m-teamtp: update config info. resolves #15209

This commit is contained in:
Garfield69 2024-03-29 16:00:22 +13:00
parent c75253a87b
commit b120cd98cb
1 changed files with 1 additions and 1 deletions

View File

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