diff --git a/src/NzbDrone.Core/CustomFormats/Specifications/ReleaseGroupSpecification.cs b/src/NzbDrone.Core/CustomFormats/Specifications/ReleaseGroupSpecification.cs index 08e34cf3f..376c00667 100644 --- a/src/NzbDrone.Core/CustomFormats/Specifications/ReleaseGroupSpecification.cs +++ b/src/NzbDrone.Core/CustomFormats/Specifications/ReleaseGroupSpecification.cs @@ -4,7 +4,7 @@ namespace NzbDrone.Core.CustomFormats { public override int Order => 9; public override string ImplementationName => "Release Group"; - public override string InfoLink => "https://wiki.servarr.com/sonarr/settings#custom-formats-2"; + public override string InfoLink => "https://wiki.servarr.com/lidarr/settings#custom-formats-2"; protected override bool IsSatisfiedByWithoutNegate(CustomFormatInput input) { diff --git a/src/NzbDrone.Core/CustomFormats/Specifications/ReleaseTitleSpecification.cs b/src/NzbDrone.Core/CustomFormats/Specifications/ReleaseTitleSpecification.cs index 1209e2857..d4165233e 100644 --- a/src/NzbDrone.Core/CustomFormats/Specifications/ReleaseTitleSpecification.cs +++ b/src/NzbDrone.Core/CustomFormats/Specifications/ReleaseTitleSpecification.cs @@ -4,7 +4,7 @@ namespace NzbDrone.Core.CustomFormats { public override int Order => 1; public override string ImplementationName => "Release Title"; - public override string InfoLink => "https://wiki.servarr.com/sonarr/settings#custom-formats-2"; + public override string InfoLink => "https://wiki.servarr.com/lidarr/settings#custom-formats-2"; protected override bool IsSatisfiedByWithoutNegate(CustomFormatInput input) { diff --git a/src/NzbDrone.Core/Notifications/Pushcut/PushcutProxy.cs b/src/NzbDrone.Core/Notifications/Pushcut/PushcutProxy.cs index ddae1319a..da1ba0035 100644 --- a/src/NzbDrone.Core/Notifications/Pushcut/PushcutProxy.cs +++ b/src/NzbDrone.Core/Notifications/Pushcut/PushcutProxy.cs @@ -58,7 +58,7 @@ namespace NzbDrone.Core.Notifications.Pushcut { try { - const string title = "Sonarr Test Title"; + const string title = "Lidarr Test Title"; const string message = "Success! You have properly configured your Pushcut notification settings."; SendNotification(title, message, settings); }