New: Description for indexer RSS setting

Fixes #2098
This commit is contained in:
Qstick
2023-01-14 17:17:32 -06:00
parent 20cf7c1ffc
commit adb22868b6
2 changed files with 2 additions and 0 deletions

View File

@@ -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}