mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-16 20:51:58 +01: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 @@ public ValidationFailure Test(PushcutSettings settings)
|
|||
{
|
||||
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 @@ public ValidationFailure Test(SignalSettings settings)
|
|||
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…
Reference in a new issue