Update error to include Radarr instead of Sonarr (#1069)

pull/2/head
flightlevel 8 years ago committed by Devin Buhl
parent b81d8c4678
commit 961a6d89a4

@ -19,7 +19,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
if (enabled.Empty())
{
return new HealthCheck(GetType(), HealthCheckResult.Error, "No indexers available with RSS sync enabled, Sonarr will not grab new releases automatically");
return new HealthCheck(GetType(), HealthCheckResult.Error, "No indexers available with RSS sync enabled, Radarr will not grab new releases automatically");
}
var active = _indexerFactory.RssEnabled(true);

Loading…
Cancel
Save