Help text

This commit is contained in:
Taloth Saldono 2020-02-15 01:30:27 +01:00
parent 6f7e505bed
commit 808836a65f
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ function EditReleaseProfileModalContent(props) {
<FormInputGroup <FormInputGroup
type={inputTypes.CHECK} type={inputTypes.CHECK}
name="includePreferredWhenRenaming" name="includePreferredWhenRenaming"
helpText="Include in {Preferred Words} renaming format" helpText={indexerId.value === 0 ? 'Include in {Preferred Words} renaming format' : 'Only supported when Indexer is set to (All)'}
{...includePreferredWhenRenaming} {...includePreferredWhenRenaming}
onChange={onInputChange} onChange={onInputChange}
isDisabled={indexerId.value !== 0} isDisabled={indexerId.value !== 0}