From 2cacceaef42f23b0b07c20a44182d98409467854 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 21 Apr 2020 07:06:48 +1200 Subject: [PATCH] filelist: update passkey info stress the difference between password and passkey --- .../Models/IndexerConfig/Bespoke/ConfigurationDataFileList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataFileList.cs b/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataFileList.cs index 9f735e51a..dcaf87dbf 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("Go into your filelist profile and copy the passkey.") + : base("Note this is not your password. Access your FileList account profile and copy the passkey.") { 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"};