mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 07:52:34 +00:00
Rename Sonarr to Radarr
This commit is contained in:
parent
9b24dab71b
commit
7dee5bb689
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue