From fae38a107f738eff148271499b571b93ed192e84 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 11 Oct 2020 11:16:53 -0700 Subject: [PATCH] New: Warning when combining preferred words with a specific indexer --- .../Settings/Profiles/Release/EditReleaseProfileModalContent.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.js b/frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.js index 6ff479024..7704c64f0 100644 --- a/frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.js +++ b/frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.js @@ -126,6 +126,7 @@ function EditReleaseProfileModalContent(props) { type={inputTypes.INDEXER_SELECT} name="indexerId" helpText="Specify what indexer the profile applies to" + helpTextWarning="Using a specific indexer with preferred words can lead to duplicate releases being grabbed" {...indexerId} includeAny={true} onChange={onInputChange}