Fixed: Typo in add indexer modal
This commit is contained in:
parent
b542dd0ddd
commit
c9df12e6bc
|
@ -51,7 +51,7 @@ class AddIndexerModalContent extends Component {
|
||||||
|
|
||||||
<Alert kind={kinds.INFO}>
|
<Alert kind={kinds.INFO}>
|
||||||
<div>Sonarr supports any indexer that uses the Newznab standard, as well as other indexers listed below.</div>
|
<div>Sonarr supports any indexer that uses the Newznab standard, as well as other indexers listed below.</div>
|
||||||
<div>For more information on the individual indexers, clink on the info buttons.</div>
|
<div>For more information on the individual indexers, click on the info buttons.</div>
|
||||||
</Alert>
|
</Alert>
|
||||||
|
|
||||||
<FieldSet legend="Usenet">
|
<FieldSet legend="Usenet">
|
||||||
|
|
Loading…
Reference in New Issue