diff --git a/src/NzbDrone.Core/CustomFormats/Specifications/CustomFormatSpecificationBase.cs b/src/NzbDrone.Core/CustomFormats/Specifications/CustomFormatSpecificationBase.cs index af168e883..4f2a3de6a 100644 --- a/src/NzbDrone.Core/CustomFormats/Specifications/CustomFormatSpecificationBase.cs +++ b/src/NzbDrone.Core/CustomFormats/Specifications/CustomFormatSpecificationBase.cs @@ -7,7 +7,7 @@ namespace NzbDrone.Core.CustomFormats public abstract int Order { get; } public abstract string ImplementationName { get; } - public virtual string InfoLink => "https://wiki.servarr.com/sonarr/settings#custom-formats-2"; + public virtual string InfoLink => "https://wiki.servarr.com/lidarr/settings#custom-formats-2"; public string Name { get; set; } public bool Negate { get; set; } diff --git a/src/NzbDrone.Core/Notifications/Simplepush/SimplepushProxy.cs b/src/NzbDrone.Core/Notifications/Simplepush/SimplepushProxy.cs index 457cafb9e..7e01050ec 100644 --- a/src/NzbDrone.Core/Notifications/Simplepush/SimplepushProxy.cs +++ b/src/NzbDrone.Core/Notifications/Simplepush/SimplepushProxy.cs @@ -42,7 +42,7 @@ namespace NzbDrone.Core.Notifications.Simplepush try { const string title = "Test Notification"; - const string body = "This is a test message from Sonarr"; + const string body = "This is a test message from Lidarr"; SendNotification(title, body, settings); }