Fixed: Improve help text for download client priority

(cherry picked from commit 1bba7e177b5b4173e620cd014ffdc231023309a0)

Closes #9622
pull/9634/head
Blair Noctis 5 months ago committed by Bogdan
parent c2d8bc85d0
commit 3b36921787

@ -133,7 +133,7 @@ class EditDownloadClientModalContent extends Component {
<FormInputGroup <FormInputGroup
type={inputTypes.NUMBER} type={inputTypes.NUMBER}
name="priority" name="priority"
helpText={translate('PriorityHelpText')} helpText={translate('DownloadClientPriorityHelpText')}
min={1} min={1}
max={50} max={50}
{...priority} {...priority}

@ -319,6 +319,7 @@
"DownloadClientCheckDownloadingToRoot": "Download client {downloadClientName} places downloads in the root folder {path}. You should not download to a root folder.", "DownloadClientCheckDownloadingToRoot": "Download client {downloadClientName} places downloads in the root folder {path}. You should not download to a root folder.",
"DownloadClientCheckNoneAvailableMessage": "No download client is available", "DownloadClientCheckNoneAvailableMessage": "No download client is available",
"DownloadClientCheckUnableToCommunicateMessage": "Unable to communicate with {downloadClientName}. {errorMessage}", "DownloadClientCheckUnableToCommunicateMessage": "Unable to communicate with {downloadClientName}. {errorMessage}",
"DownloadClientPriorityHelpText": "Download Client Priority from 1 (Highest) to 50 (Lowest). Default: 1. Round-Robin is used for clients with the same priority.",
"DownloadClientQbittorrentSettingsContentLayout": "Content Layout", "DownloadClientQbittorrentSettingsContentLayout": "Content Layout",
"DownloadClientQbittorrentSettingsContentLayoutHelpText": "Whether to use qBittorrent's configured content layout, the original layout from the torrent or always create a subfolder (qBittorrent 4.3.2+)", "DownloadClientQbittorrentSettingsContentLayoutHelpText": "Whether to use qBittorrent's configured content layout, the original layout from the torrent or always create a subfolder (qBittorrent 4.3.2+)",
"DownloadClientRemovesCompletedDownloadsHealthCheckMessage": "Download client {downloadClientName} is set to remove completed downloads. This can result in downloads being removed from your client before {appName} can import them.", "DownloadClientRemovesCompletedDownloadsHealthCheckMessage": "Download client {downloadClientName} is set to remove completed downloads. This can result in downloads being removed from your client before {appName} can import them.",
@ -1036,7 +1037,6 @@
"PreviewRenameHelpText": "Tip: To preview a rename... select 'Cancel' then click any movie title and use the", "PreviewRenameHelpText": "Tip: To preview a rename... select 'Cancel' then click any movie title and use the",
"PreviouslyInstalled": "Previously Installed", "PreviouslyInstalled": "Previously Installed",
"Priority": "Priority", "Priority": "Priority",
"PriorityHelpText": "Prioritize multiple Download Clients. Round-Robin is used for clients with the same priority.",
"PrioritySettings": "Priority: {priority}", "PrioritySettings": "Priority: {priority}",
"ProcessingFolders": "Processing Folders", "ProcessingFolders": "Processing Folders",
"Profiles": "Profiles", "Profiles": "Profiles",

Loading…
Cancel
Save