mirror of https://github.com/lidarr/Lidarr
Rename Sonarr to Lidarr
This commit is contained in:
parent
448d29f135
commit
4832860cce
|
@ -408,7 +408,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 Lidarr will recreate it.");
|
||||
}
|
||||
|
||||
return xDoc;
|
||||
|
|
Loading…
Reference in New Issue