New: Warning when combining preferred words with a specific indexer

Fixes #534

(cherry picked from commit fae38a107f738eff148271499b571b93ed192e84)
pull/1103/head
Mark McDowall 4 years ago committed by Qstick
parent 3de0df2162
commit 8ad917e94b

@ -140,6 +140,7 @@ function EditReleaseProfileModalContent(props) {
type={inputTypes.INDEXER_SELECT} type={inputTypes.INDEXER_SELECT}
name="indexerId" name="indexerId"
helpText={translate('IndexerIdHelpText')} helpText={translate('IndexerIdHelpText')}
helpTextWarning={translate('IndexerIdHelpTextWarning')}
{...indexerId} {...indexerId}
includeAny={true} includeAny={true}
onChange={onInputChange} onChange={onInputChange}

@ -285,6 +285,7 @@
"IncludeUnmonitored": "Include Unmonitored", "IncludeUnmonitored": "Include Unmonitored",
"Indexer": "Indexer", "Indexer": "Indexer",
"IndexerIdHelpText": "Specify what indexer the profile applies to", "IndexerIdHelpText": "Specify what indexer the profile applies to",
"IndexerIdHelpTextWarning": "Using a specific indexer with preferred words can lead to duplicate releases being grabbed",
"IndexerIdvalue0IncludeInPreferredWordsRenamingFormat": "Include in {Preferred Words} renaming format", "IndexerIdvalue0IncludeInPreferredWordsRenamingFormat": "Include in {Preferred Words} renaming format",
"IndexerIdvalue0OnlySupportedWhenIndexerIsSetToAll": "Only supported when Indexer is set to (All)", "IndexerIdvalue0OnlySupportedWhenIndexerIsSetToAll": "Only supported when Indexer is set to (All)",
"IndexerPriority": "Indexer Priority", "IndexerPriority": "Indexer Priority",

Loading…
Cancel
Save