From 1b7288e7cb3642ce70e59c18c88a440b417ec1c8 Mon Sep 17 00:00:00 2001 From: schumi2004 Date: Tue, 10 Jan 2017 11:21:09 +0100 Subject: [PATCH] Replace Sonarr with Radarr in Test notification messages --- src/NzbDrone.Core/Notifications/Boxcar/BoxcarProxy.cs | 2 +- src/NzbDrone.Core/Notifications/Growl/GrowlService.cs | 2 +- src/NzbDrone.Core/Notifications/Join/JoinProxy.cs | 2 +- .../Notifications/NotifyMyAndroid/NotifyMyAndroidProxy.cs | 2 +- src/NzbDrone.Core/Notifications/Prowl/ProwlService.cs | 2 +- src/NzbDrone.Core/Notifications/PushBullet/PushBulletProxy.cs | 2 +- src/NzbDrone.Core/Notifications/Pushalot/PushalotProxy.cs | 2 +- src/NzbDrone.Core/Notifications/Pushover/PushoverService.cs | 2 +- src/NzbDrone.Core/Notifications/Telegram/TelegramService.cs | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/NzbDrone.Core/Notifications/Boxcar/BoxcarProxy.cs b/src/NzbDrone.Core/Notifications/Boxcar/BoxcarProxy.cs index 86738fbcc5..b1c4e3badc 100644 --- a/src/NzbDrone.Core/Notifications/Boxcar/BoxcarProxy.cs +++ b/src/NzbDrone.Core/Notifications/Boxcar/BoxcarProxy.cs @@ -43,7 +43,7 @@ public ValidationFailure Test(BoxcarSettings 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); return null; diff --git a/src/NzbDrone.Core/Notifications/Growl/GrowlService.cs b/src/NzbDrone.Core/Notifications/Growl/GrowlService.cs index 73f6bc3b5c..551f74e87e 100644 --- a/src/NzbDrone.Core/Notifications/Growl/GrowlService.cs +++ b/src/NzbDrone.Core/Notifications/Growl/GrowlService.cs @@ -146,7 +146,7 @@ public ValidationFailure Test(GrowlSettings settings) Register(settings.Host, settings.Port, settings.Password); 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, "TEST", settings.Host, settings.Port, settings.Password); } diff --git a/src/NzbDrone.Core/Notifications/Join/JoinProxy.cs b/src/NzbDrone.Core/Notifications/Join/JoinProxy.cs index 13451c9120..437d106257 100644 --- a/src/NzbDrone.Core/Notifications/Join/JoinProxy.cs +++ b/src/NzbDrone.Core/Notifications/Join/JoinProxy.cs @@ -41,7 +41,7 @@ public void SendNotification(string title, string message, JoinSettings settings public ValidationFailure Test(JoinSettings settings) { 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."; try { diff --git a/src/NzbDrone.Core/Notifications/NotifyMyAndroid/NotifyMyAndroidProxy.cs b/src/NzbDrone.Core/Notifications/NotifyMyAndroid/NotifyMyAndroidProxy.cs index ce4d977901..8b851f24df 100644 --- a/src/NzbDrone.Core/Notifications/NotifyMyAndroid/NotifyMyAndroidProxy.cs +++ b/src/NzbDrone.Core/Notifications/NotifyMyAndroid/NotifyMyAndroidProxy.cs @@ -69,7 +69,7 @@ public ValidationFailure Test(NotifyMyAndroidSettings 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"; Verify(settings.ApiKey); SendNotification(title, body, settings.ApiKey, (NotifyMyAndroidPriority)settings.Priority); } diff --git a/src/NzbDrone.Core/Notifications/Prowl/ProwlService.cs b/src/NzbDrone.Core/Notifications/Prowl/ProwlService.cs index bf56dbad3b..8b2a681dbe 100644 --- a/src/NzbDrone.Core/Notifications/Prowl/ProwlService.cs +++ b/src/NzbDrone.Core/Notifications/Prowl/ProwlService.cs @@ -88,7 +88,7 @@ public ValidationFailure Test(ProwlSettings settings) Verify(settings.ApiKey); 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.ApiKey); } diff --git a/src/NzbDrone.Core/Notifications/PushBullet/PushBulletProxy.cs b/src/NzbDrone.Core/Notifications/PushBullet/PushBulletProxy.cs index 753a95d2bb..b7406d9812 100644 --- a/src/NzbDrone.Core/Notifications/PushBullet/PushBulletProxy.cs +++ b/src/NzbDrone.Core/Notifications/PushBullet/PushBulletProxy.cs @@ -93,7 +93,7 @@ public ValidationFailure Test(PushBulletSettings settings) try { const string title = "Sonarr - 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); } diff --git a/src/NzbDrone.Core/Notifications/Pushalot/PushalotProxy.cs b/src/NzbDrone.Core/Notifications/Pushalot/PushalotProxy.cs index 97b3215d8b..44026325fb 100644 --- a/src/NzbDrone.Core/Notifications/Pushalot/PushalotProxy.cs +++ b/src/NzbDrone.Core/Notifications/Pushalot/PushalotProxy.cs @@ -65,7 +65,7 @@ public ValidationFailure Test(PushalotSettings 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); } diff --git a/src/NzbDrone.Core/Notifications/Pushover/PushoverService.cs b/src/NzbDrone.Core/Notifications/Pushover/PushoverService.cs index 940ab9ffd3..9960bc18a3 100644 --- a/src/NzbDrone.Core/Notifications/Pushover/PushoverService.cs +++ b/src/NzbDrone.Core/Notifications/Pushover/PushoverService.cs @@ -53,7 +53,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); } diff --git a/src/NzbDrone.Core/Notifications/Telegram/TelegramService.cs b/src/NzbDrone.Core/Notifications/Telegram/TelegramService.cs index e7259d7536..81e59322a1 100644 --- a/src/NzbDrone.Core/Notifications/Telegram/TelegramService.cs +++ b/src/NzbDrone.Core/Notifications/Telegram/TelegramService.cs @@ -45,7 +45,7 @@ public ValidationFailure Test(TelegramSettings 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); }