mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
wiki updates
This commit is contained in:
@@ -38,7 +38,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
||||
HealthCheckResult.Warning,
|
||||
string.Format(_localizationService.GetLocalizedString("IndexerObsoleteCheckMessage"),
|
||||
string.Join(", ", oldIndexers.Select(v => v.Name))),
|
||||
"#indexers-are-obsolete");
|
||||
"#indexers_are_obsolete");
|
||||
}
|
||||
|
||||
public override bool CheckOnSchedule => false;
|
||||
|
Reference in New Issue
Block a user