1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Update PushoverProxy.cs

This commit is contained in:
Qstick 2020-07-30 14:42:49 -04:00 committed by GitHub
parent 079b7a7cb7
commit 06d200f078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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