From 662b3894c2a1ffa99a14797bae71498bbc1da042 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 17 Oct 2020 00:06:23 -0400 Subject: [PATCH] Fixed: Make Notification trigger texts consistent Fixes #5012 --- src/NzbDrone.Core/Localization/Core/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index d16826d01..7e766cf9a 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -481,11 +481,11 @@ "OAuthPopupMessage": "Pop-ups are being blocked by your browser", "Ok": "Ok", "OnDeleteHelpText": "On Delete", - "OnDownloadHelpText": "Be notified when movies are successfully imported", + "OnDownloadHelpText": "On Import", "OnGrabHelpText": "On Grab", "OnHealthIssueHelpText": "On Health Issue", "OnRenameHelpText": "On Rename", - "OnUpgradeHelpText": "Be notified when movies are upgraded to a better quality", + "OnUpgradeHelpText": "On Upgrade", "OpenBrowserOnStart": "Open browser on start", "OpenThisModal": "Open This Modal", "Options": "Options",