mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 22:47:05 -04:00
Fix RemoveHelpTextWarning > RemoveFromDownloadClientHelpTextWarning
(cherry picked from commit 901b6d20841bfcb2a3724fe27b0fbddf5e41d669) Closes #8969
This commit is contained in:
parent
0e83c42f3a
commit
dc82d0b6dd
2 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,7 @@ class RemoveQueueItemModal extends Component {
|
||||||
type={inputTypes.CHECK}
|
type={inputTypes.CHECK}
|
||||||
name="remove"
|
name="remove"
|
||||||
value={remove}
|
value={remove}
|
||||||
helpTextWarning={translate('RemoveHelpTextWarning')}
|
helpTextWarning={translate('RemoveFromDownloadClientHelpTextWarning')}
|
||||||
isDisabled={!canIgnore}
|
isDisabled={!canIgnore}
|
||||||
onChange={this.onRemoveChange}
|
onChange={this.onRemoveChange}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -900,6 +900,7 @@
|
||||||
"RemoveFilter": "Remove filter",
|
"RemoveFilter": "Remove filter",
|
||||||
"RemoveFromBlocklist": "Remove from blocklist",
|
"RemoveFromBlocklist": "Remove from blocklist",
|
||||||
"RemoveFromDownloadClient": "Remove From Download Client",
|
"RemoveFromDownloadClient": "Remove From Download Client",
|
||||||
|
"RemoveFromDownloadClientHelpTextWarning": "Removing will remove the download and the file(s) from the download client.",
|
||||||
"RemoveFromQueue": "Remove from queue",
|
"RemoveFromQueue": "Remove from queue",
|
||||||
"RemoveHelpTextWarning": "Removing will remove the download and the file(s) from the download client.",
|
"RemoveHelpTextWarning": "Removing will remove the download and the file(s) from the download client.",
|
||||||
"RemoveMovieAndDeleteFiles": "Remove Movie and Delete Files",
|
"RemoveMovieAndDeleteFiles": "Remove Movie and Delete Files",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue