mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fixed typos.
This commit is contained in:
parent
b0f59ad988
commit
ca4b03f48a
2 changed files with 2 additions and 2 deletions
|
@ -240,7 +240,7 @@ class MediaManagement extends Component {
|
|||
<FormInputGroup
|
||||
type={inputTypes.SELECT}
|
||||
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'"
|
||||
values={rescanAfterRefreshOptions}
|
||||
onChange={onInputChange}
|
||||
|
|
|
@ -198,7 +198,7 @@ class QualityDefinition extends Component {
|
|||
anchor={
|
||||
<Label kind={kinds.WARNING}>{maxSixty}</Label>
|
||||
}
|
||||
title="Maximim Limits"
|
||||
title="Maximum Limits"
|
||||
body={
|
||||
<QualityDefinitionLimits
|
||||
bytes={maxBytes}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue