mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-28 23:16:32 -04:00
UI styling/propType fixes
This commit is contained in:
@@ -94,7 +94,7 @@ function EditReleaseProfileModalContent(props) {
|
||||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
name="includePreferredWhenRenaming"
|
||||
helpText="If Preferred Words is included in the naming format include the preferred words above"
|
||||
helpText="Include in {Preferred Words} renaming format"
|
||||
{...includePreferredWhenRenaming}
|
||||
onChange={onInputChange}
|
||||
/>
|
||||
|
||||
@@ -10,7 +10,7 @@ import EditReleaseProfileModalContent from './EditReleaseProfileModalContent';
|
||||
const newReleaseProfile = {
|
||||
required: '',
|
||||
ignored: '',
|
||||
preferred: '',
|
||||
preferred: [],
|
||||
includePreferredWhenRenaming: false,
|
||||
tags: []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user