From a5a3b1168d5e0cb7ebb9ce4d50cd9186b8686aa0 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 2 Mar 2024 08:30:36 +1300 Subject: [PATCH] BT; typo --- src/Jackett.Common/Indexers/BrasilTracker.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/BrasilTracker.cs b/src/Jackett.Common/Indexers/BrasilTracker.cs index 636fb9c1b..bcb4119bf 100644 --- a/src/Jackett.Common/Indexers/BrasilTracker.cs +++ b/src/Jackett.Common/Indexers/BrasilTracker.cs @@ -48,8 +48,7 @@ namespace Jackett.Common.Indexers configData: new ConfigurationDataCookie()) { configData.AddDynamic("freeleech", new BoolConfigurationItem("Search freeleech only") { Value = false }); - configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "User: You must access the account at least once within 7 days, after this period the account will be considered inactive and automatically deactivated by the system. Member: You must access the account at least once every 90 days, after this period the account will be considered -inactive and automatically deactivated by the system. Power User & Elite: Exempt.")); + configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "User: You must access the account at least once within 7 days, after this period the account will be considered inactive and automatically deactivated by the system. Member: You must access the account at least once every 90 days, after this period the account will be considered inactive and automatically deactivated by the system. Power User & Elite: Exempt.")); } private TorznabCapabilities SetCapabilities()