mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Fixed: Indicate unchecking Replace Illegal Characters will remove them
This commit is contained in:
parent
417340c2c6
commit
4bacc35605
@ -226,7 +226,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, Sonarr will remove them instead"
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
{...settings.replaceIllegalCharacters}
|
{...settings.replaceIllegalCharacters}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user