mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-24 22:36:19 -04:00
Fixed: Indicate unchecking Replace Illegal Characters will remove them
This commit is contained in:
@@ -226,7 +226,7 @@ class Naming extends Component {
|
||||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
name="replaceIllegalCharacters"
|
||||
helpText="Replace or Remove illegal characters"
|
||||
helpText="Replace illegal characters. If unchecked, Sonarr will remove them instead"
|
||||
onChange={onInputChange}
|
||||
{...settings.replaceIllegalCharacters}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user