New: Description for indexer RSS setting

Fixes #3262
This commit is contained in:
Qstick 2023-01-14 17:17:32 -06:00
parent 8bddb1ae7e
commit cb5e249448
2 changed files with 2 additions and 0 deletions

View file

@ -93,6 +93,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}