Fixed: Indicate unchecking Replace Illegal Characters will remove them (#1614)

* Fixed: Indicate unchecking Replace Illegal Characters will remove them

(cherry picked from commit 4bacc356056bfb5c43bae9cbdd4c6b2aa4b31fa3)

* Fixup!

Co-authored-by: rg9400 <39887349+rg9400@users.noreply.github.com>
Co-authored-by: Qstick <qstick@gmail.com>
pull/1689/head
servarr[bot] 4 years ago committed by Qstick
parent b64b7bcff0
commit 9b4c09bd8f

@ -165,7 +165,7 @@ class Naming extends Component {
<FormInputGroup <FormInputGroup
type={inputTypes.CHECK} type={inputTypes.CHECK}
name="replaceIllegalCharacters" name="replaceIllegalCharacters"
helpText="Replace or Remove illegal characters" helpText="Replace illegal characters. If unchecked, Lidarr will remove them instead"
onChange={onInputChange} onChange={onInputChange}
{...settings.replaceIllegalCharacters} {...settings.replaceIllegalCharacters}
/> />

Loading…
Cancel
Save