diff --git a/src/Jackett.Common/Indexers/HorribleSubs.cs b/src/Jackett.Common/Indexers/HorribleSubs.cs index 58ce52005..65f389c6d 100644 --- a/src/Jackett.Common/Indexers/HorribleSubs.cs +++ b/src/Jackett.Common/Indexers/HorribleSubs.cs @@ -27,7 +27,7 @@ namespace Jackett.Common.Indexers public HorribleSubs(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps) : base(name: "Horrible Subs", - description: "HorribleSubs – So bad yet so good", + description: "HorribleSubs - So bad yet so good", link: "https://horriblesubs.info/", caps: new TorznabCapabilities(TorznabCatType.TVAnime), configService: configService,