Rename Sonarr to Radarr

pull/10083/head
Bogdan 7 months ago
parent 9b24dab71b
commit 7dee5bb689

@ -409,7 +409,7 @@ namespace NzbDrone.Core.Configuration
if (config.Count != 1)
{
throw new InvalidConfigFileException($"{_configFile} is invalid. Please delete the config file and Sonarr will recreate it.");
throw new InvalidConfigFileException($"{_configFile} is invalid. Please delete the config file and Radarr will recreate it.");
}
return xDoc;

Loading…
Cancel
Save