Fixed: Indicate unchecking Replace Illegal Characters will remove them

This commit is contained in:
rg9400 2020-04-26 14:54:18 -05:00 committed by GitHub
parent 417340c2c6
commit 4bacc35605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}
/>