From ecc2996669401fb9ae0d4f34ce8db376f56b7f16 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sat, 30 Jan 2021 17:41:15 -0600 Subject: [PATCH] Fix: Correct wording for Blacklist Help Text --- src/NzbDrone.Core/Localization/Core/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index c6765b15c..d7720693a 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -88,7 +88,7 @@ "BindAddressHelpText": "Valid IP4 address or '*' for all interfaces", "Blacklist": "Blacklist", "Blacklisted": "Blacklisted", - "BlacklistHelpText": "Prevents Radarr from automatically grabbing this movie again", + "BlacklistHelpText": "Prevents Radarr from automatically grabbing this release again", "BlacklistRelease": "Blacklist Release", "Branch": "Branch", "BranchUpdate": "Branch to use to update Radarr",