From 9bc318e6b0f47b5e2da0b319e3f091037b75d219 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Tue, 13 Jun 2023 02:56:20 +0300 Subject: [PATCH] Update translations (cherry picked from commit 26031389757f6b5270bbe5591101b08e58debb73) Closes #3797 --- frontend/src/Activity/Queue/RemoveQueueItemsModal.js | 2 +- src/NzbDrone.Core/Localization/Core/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Activity/Queue/RemoveQueueItemsModal.js b/frontend/src/Activity/Queue/RemoveQueueItemsModal.js index ffa997908..7147a2db6 100644 --- a/frontend/src/Activity/Queue/RemoveQueueItemsModal.js +++ b/frontend/src/Activity/Queue/RemoveQueueItemsModal.js @@ -120,7 +120,7 @@ class RemoveQueueItemsModal extends Component { type={inputTypes.CHECK} name="blocklist" value={blocklist} - helpText={translate('BlocklistHelpText')} + helpText={translate('BlocklistReleaseHelpText')} onChange={this.onBlocklistChange} /> diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 080a6fcfd..4077b14d5 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -104,8 +104,8 @@ "BindAddressHelpText": "Valid IP address, localhost or '*' for all interfaces", "BindAddressHelpTextWarning": "Requires restart to take effect", "Blocklist": "Blocklist", - "BlocklistHelpText": "Prevents Lidarr from automatically grabbing these files again", "BlocklistRelease": "Blocklist Release", + "BlocklistReleaseHelpText": "Prevents Lidarr from automatically grabbing these files again", "BlocklistReleases": "Blocklist Releases", "Branch": "Branch", "BypassIfAboveCustomFormatScore": "Bypass if Above Custom Format Score",