Skip to content

Commit

Permalink
New: Description for indexer RSS setting
Browse files Browse the repository at this point in the history
Fixes #2098
  • Loading branch information
Qstick committed Jan 24, 2023
1 parent 20cf7c1 commit adb2286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function EditIndexerModalContent(props) {
<FormInputGroup
type={inputTypes.CHECK}
name="enableRss"
helpText={supportsRss.value ? translate('EnableRssHelpText') : undefined}
helpTextWarning={supportsRss.value ? undefined : translate('SupportsRssvalueRSSIsNotSupportedWithThisIndexer')}
isDisabled={!supportsRss.value}
{...enableRss}
Expand Down
1 change: 1 addition & 0 deletions src/NzbDrone.Core/Localization/Core/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
"EnableInteractiveSearch": "Enable Interactive Search",
"EnableProfile": "Enable Profile",
"EnableRSS": "Enable RSS",
"EnableRssHelpText": "Will be used when Readarr periodically looks for releases via RSS Sync",
"EnableSSL": "Enable SSL",
"EnableSslHelpText": " Requires restart running as administrator to take effect",
"Ended": "Ended",
Expand Down

0 comments on commit adb2286

Please sign in to comment.