1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

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
@@ -69,7 +69,7 @@ namespace NzbDrone.Core.Notifications.NotifyMyAndroid
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";
Verify(settings.ApiKey);
SendNotification(title, body, settings.ApiKey, (NotifyMyAndroidPriority)settings.Priority);
}