diff --git a/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataFileList.cs b/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataFileList.cs index dcaf87dbf..f7ce87e0c 100644 --- a/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataFileList.cs +++ b/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataFileList.cs @@ -6,7 +6,7 @@ namespace Jackett.Common.Models.IndexerConfig.Bespoke public DisplayItem CatWarning { get; private set; } public ConfigurationDataFileList() - : base("Note this is not your password. Access your FileList account profile and copy the passkey.") + : base("Note this is not your password.") { IncludeRomanianReleases = new BoolItem {Name = "IncludeRomanianReleases", Value = false}; CatWarning = new DisplayItem("When mapping TV ensure you add category 5000 in addition to 5030, 5040.") {Name = "CatWarning"};