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