From 4251ca64c1c9dd63c235b7a90e603308feab9820 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 (cherry picked from commit fae38a107f738eff148271499b571b93ed192e84) --- .../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 b462859cb..013906839 100644 --- a/frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.js +++ b/frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.js @@ -127,6 +127,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}