mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-26 23:00:53 +02:00
Update PushoverProxy.cs
This commit is contained in:
parent
079b7a7cb7
commit
06d200f078
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public ValidationFailure Test(PushoverSettings 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 Radarr";
|
||||
|
||||
SendNotification(title, body, settings);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue