1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Rename Sonarr to Radarr

This commit is contained in:
Bogdan 2024-06-11 07:31:07 +03:00
parent 9b24dab71b
commit 7dee5bb689

View File

@ -409,7 +409,7 @@ public XDocument LoadConfigFile()
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;