Update translations

(cherry picked from commit 26031389757f6b5270bbe5591101b08e58debb73)

Closes #3797
This commit is contained in:
Bogdan 2023-06-13 02:56:20 +03:00
parent bc3ec36bb1
commit 9bc318e6b0
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ class RemoveQueueItemsModal extends Component {
type={inputTypes.CHECK}
name="blocklist"
value={blocklist}
helpText={translate('BlocklistHelpText')}
helpText={translate('BlocklistReleaseHelpText')}
onChange={this.onBlocklistChange}
/>
</FormGroup>

View file

@ -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",