mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fix RemoveHelpTextWarning > RemoveFromDownloadClientHelpTextWarning
(cherry picked from commit 901b6d20841bfcb2a3724fe27b0fbddf5e41d669) Closes #8969
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user