1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Change Sonarr to Radarr in Help Text, and in Notification Text

Change sonarr log files to radarr log files
This commit is contained in:
William Comartin
2017-01-11 21:59:13 -05:00
parent 604cea00f6
commit c9e6835d7b
30 changed files with 47 additions and 46 deletions
@@ -92,7 +92,7 @@ namespace NzbDrone.Core.Notifications.PushBullet
{
try
{
const string title = "Sonarr - Test Notification";
const string title = "Radarr - Test Notification";
const string body = "This is a test message from Radarr";
SendNotification(title, body, settings);