From c8c900251afeaa9a0e69ffde4a811f1a5f153c5a Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 29 Dec 2020 14:35:22 -0500 Subject: [PATCH] Update PushoverSettings.cs Fixes #5635 --- src/NzbDrone.Core/Notifications/Pushover/PushoverSettings.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/NzbDrone.Core/Notifications/Pushover/PushoverSettings.cs b/src/NzbDrone.Core/Notifications/Pushover/PushoverSettings.cs index dcfa5bcfd..89877a5b0 100644 --- a/src/NzbDrone.Core/Notifications/Pushover/PushoverSettings.cs +++ b/src/NzbDrone.Core/Notifications/Pushover/PushoverSettings.cs @@ -26,8 +26,7 @@ namespace NzbDrone.Core.Notifications.Pushover Devices = System.Array.Empty(); } - //TODO: Get Pushover to change our app name (or create a new app) when we have a new logo - [FieldDefinition(0, Label = "API Key", Privacy = PrivacyLevel.ApiKey, HelpLink = "https://pushover.net/apps/clone/sonarr")] + [FieldDefinition(0, Label = "API Key", Privacy = PrivacyLevel.ApiKey, HelpLink = "https://pushover.net/apps/clone/radarr")] public string ApiKey { get; set; } [FieldDefinition(1, Label = "User Key", Privacy = PrivacyLevel.UserName, HelpLink = "https://pushover.net/")]