1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Correct Program Name (#1523)

This commit is contained in:
Luke Anderson 2017-05-14 19:49:10 +09:30 committed by Leonardo Galli
parent 5200758200
commit b19fbcbb71

View File

@ -19,7 +19,7 @@ public override HealthCheck Check()
if (enabled.Empty())
{
return new HealthCheck(GetType(), HealthCheckResult.Warning, "No indexers available with Search enabled, Sonarr will not provide any search results");
return new HealthCheck(GetType(), HealthCheckResult.Warning, "No indexers available with Search enabled, Radarr will not provide any search results");
}
var active = _indexerFactory.SearchEnabled(true);