mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
parent
8bddb1ae7e
commit
cb5e249448
2 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,7 @@ function EditIndexerModalContent(props) {
|
||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
type={inputTypes.CHECK}
|
type={inputTypes.CHECK}
|
||||||
name="enableRss"
|
name="enableRss"
|
||||||
|
helpText={supportsRss.value ? translate('EnableRssHelpText') : undefined}
|
||||||
helpTextWarning={supportsRss.value ? undefined : translate('SupportsRssvalueRSSIsNotSupportedWithThisIndexer')}
|
helpTextWarning={supportsRss.value ? undefined : translate('SupportsRssvalueRSSIsNotSupportedWithThisIndexer')}
|
||||||
isDisabled={!supportsRss.value}
|
isDisabled={!supportsRss.value}
|
||||||
{...enableRss}
|
{...enableRss}
|
||||||
|
|
|
@ -254,6 +254,7 @@
|
||||||
"EnableInteractiveSearch": "Enable Interactive Search",
|
"EnableInteractiveSearch": "Enable Interactive Search",
|
||||||
"EnableProfile": "Enable Profile",
|
"EnableProfile": "Enable Profile",
|
||||||
"EnableRSS": "Enable RSS",
|
"EnableRSS": "Enable RSS",
|
||||||
|
"EnableRssHelpText": "Will be used when Lidarr periodically looks for releases via RSS Sync",
|
||||||
"EnableSSL": "Enable SSL",
|
"EnableSSL": "Enable SSL",
|
||||||
"EnableSslHelpText": " Requires restart running as administrator to take effect",
|
"EnableSslHelpText": " Requires restart running as administrator to take effect",
|
||||||
"Ended": "Ended",
|
"Ended": "Ended",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue