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

View File

@@ -101,7 +101,7 @@ namespace NzbDrone.Core.Notifications.Slack
{
try
{
var message = $"Test message from Sonarr posted at {DateTime.Now}";
var message = $"Test message from Radarr posted at {DateTime.Now}";
var payload = new SlackPayload
{
IconEmoji = Settings.Icon,