mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Sonarr > Prowlarr
This commit is contained in:
parent
ba278930ed
commit
ee5ed0c91b
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue