Fixed: Sonarr references in RemoteAccessAdapter.cs

This commit is contained in:
Qstick 2018-05-27 23:22:37 -04:00 committed by GitHub
parent 030deaf6ef
commit d15d5ae6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace NzbDrone.Host.AccessControl
}
else if (!passive)
{
throw new RemoteAccessException("Failed to register URLs for Sonarr. Sonarr will not be accessible remotely");
throw new RemoteAccessException("Failed to register URLs for Lidarr. Lidarr will not be accessible remotely");
}
}