mirror of
https://github.com/Readarr/Readarr
synced 2025-12-13 20:04:33 +01:00
Update translations
(cherry picked from commit 26031389757f6b5270bbe5591101b08e58debb73) Closes #2599
This commit is contained in:
parent
31fe15c911
commit
c7eaf1e85c
2 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ class RemoveQueueItemsModal extends Component {
|
|||
type={inputTypes.CHECK}
|
||||
name="blocklist"
|
||||
value={blocklist}
|
||||
helpText={translate('BlocklistHelpText')}
|
||||
helpText={translate('BlocklistReleaseHelpText')}
|
||||
onChange={this.onBlocklistChange}
|
||||
/>
|
||||
</FormGroup>
|
||||
|
|
|
|||
|
|
@ -64,8 +64,8 @@
|
|||
"BindAddressHelpText": "Valid IP address, localhost or '*' for all interfaces",
|
||||
"BindAddressHelpTextWarning": "Requires restart to take effect",
|
||||
"Blocklist": "Blocklist",
|
||||
"BlocklistHelpText": "Prevents Readarr from automatically grabbing these files again",
|
||||
"BlocklistRelease": "Blocklist Release",
|
||||
"BlocklistReleaseHelpText": "Prevents Readarr from automatically grabbing these files again",
|
||||
"BlocklistReleases": "Blocklist Releases",
|
||||
"Book": "Book",
|
||||
"BookAvailableButMissing": "Book Available, but Missing",
|
||||
|
|
|
|||
Loading…
Reference in a new issue