Update PushoverProxy.cs

pull/4788/head
Qstick 4 years ago committed by GitHub
parent 079b7a7cb7
commit 06d200f078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
}

Loading…
Cancel
Save