Fixed typos.
This commit is contained in:
parent
b0f59ad988
commit
ca4b03f48a
|
@ -240,7 +240,7 @@ class MediaManagement extends Component {
|
||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
type={inputTypes.SELECT}
|
type={inputTypes.SELECT}
|
||||||
name="rescanAfterRefresh"
|
name="rescanAfterRefresh"
|
||||||
helpText="Rescan the series foler after refreshing the series"
|
helpText="Rescan the series folder after refreshing the series"
|
||||||
helpTextWarning="Sonarr will not automatically detect changes to files when not set to 'Always'"
|
helpTextWarning="Sonarr will not automatically detect changes to files when not set to 'Always'"
|
||||||
values={rescanAfterRefreshOptions}
|
values={rescanAfterRefreshOptions}
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
|
|
|
@ -198,7 +198,7 @@ class QualityDefinition extends Component {
|
||||||
anchor={
|
anchor={
|
||||||
<Label kind={kinds.WARNING}>{maxSixty}</Label>
|
<Label kind={kinds.WARNING}>{maxSixty}</Label>
|
||||||
}
|
}
|
||||||
title="Maximim Limits"
|
title="Maximum Limits"
|
||||||
body={
|
body={
|
||||||
<QualityDefinitionLimits
|
<QualityDefinitionLimits
|
||||||
bytes={maxBytes}
|
bytes={maxBytes}
|
||||||
|
|
Loading…
Reference in New Issue