Sonarr > Prowlarr

pull/1865/head
Bogdan 9 months ago
parent ba278930ed
commit ee5ed0c91b

@ -58,7 +58,7 @@ namespace NzbDrone.Core.Notifications.Pushcut
{
try
{
const string title = "Sonarr Test Title";
const string title = "Prowlarr Test Title";
const string message = "Success! You have properly configured your Pushcut notification settings.";
SendNotification(title, message, settings);
}

@ -64,7 +64,7 @@ namespace NzbDrone.Core.Notifications.Signal
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 Prowlarr";
SendNotification(title, body, settings);
}

Loading…
Cancel
Save