Replace Sonarr with Radarr in Test notification messages

This commit is contained in:
schumi2004
2017-01-10 11:21:09 +01:00
parent f1914082b8
commit 1b7288e7cb
9 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ namespace NzbDrone.Core.Notifications.Pushover
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);
}