mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-23 05:02:02 +02: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
|
||||
type={inputTypes.CHECK}
|
||||
name="replaceIllegalCharacters"
|
||||
helpText="Replace or Remove illegal characters"
|
||||
helpText="Replace illegal characters. If unchecked, Lidarr will remove them instead"
|
||||
onChange={onInputChange}
|
||||
{...settings.replaceIllegalCharacters}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue