mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user