New: Description for indexer RSS setting

(cherry picked from commit 396406b2174c4876057175e7537a4718eee2abca)
This commit is contained in:
Mark McDowall 2023-01-01 09:10:00 -08:00 committed by Robin Dadswell
parent 9723c569a1
commit 98201508f2
2 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@ function EditIndexerModalContent(props) {
<FormInputGroup
type={inputTypes.CHECK}
name="enableRss"
helpText={supportsRss.value ? translate('RSSHelpText') : undefined}
helpTextWarning={supportsRss.value ? undefined : translate('RSSIsNotSupportedWithThisIndexer')}
isDisabled={!supportsRss.value}
{...enableRss}

View File

@ -869,6 +869,7 @@
"RootFolders": "Root Folders",
"RottenTomatoesRating": "Tomato Rating",
"RSS": "RSS",
"RSSHelpText": "Will be used when Radarr periodically looks for releases via RSS Sync",
"RSSIsNotSupportedWithThisIndexer": "RSS is not supported with this indexer",
"RSSSync": "RSS Sync",
"RssSyncHelpText": "Interval in minutes. Set to zero to disable (this will stop all automatic release grabbing)",