Updated NzbDrone to Sonarr in notifications

This commit is contained in:
Mark McDowall
2014-11-25 07:21:33 -08:00
parent e226bf19e1
commit 86a12f95d2
10 changed files with 17 additions and 15 deletions
@@ -72,7 +72,7 @@ namespace NzbDrone.Core.Notifications.Email
try
{
SendEmail(settings, "NzbDrone - Test Notification", body);
SendEmail(settings, "Sonarr - Test Notification", body);
}
catch (Exception ex)
{