From 06d200f07878b7d0d56b92a77d5dd116144e61f0 Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 30 Jul 2020 14:42:49 -0400 Subject: [PATCH] Update PushoverProxy.cs --- src/NzbDrone.Core/Notifications/Pushover/PushoverProxy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Notifications/Pushover/PushoverProxy.cs b/src/NzbDrone.Core/Notifications/Pushover/PushoverProxy.cs index ef415ffbf..1caba7ab2 100644 --- a/src/NzbDrone.Core/Notifications/Pushover/PushoverProxy.cs +++ b/src/NzbDrone.Core/Notifications/Pushover/PushoverProxy.cs @@ -56,7 +56,7 @@ namespace NzbDrone.Core.Notifications.Pushover 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 Radarr"; SendNotification(title, body, settings); }