mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07:00
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>
This commit is contained in:
parent
b64b7bcff0
commit
9b4c09bd8f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue