wiki updates

This commit is contained in:
Qstick
2021-05-12 23:11:58 -04:00
parent 9a8f2be432
commit 953b324df9
29 changed files with 44 additions and 510 deletions

View File

@@ -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;