mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-02 21:24:56 +00:00
Fixed: Help message when adding download clients
This commit is contained in:
parent
0fe436b952
commit
e9a49941c9
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ class AddDownloadClientModalContent extends Component {
|
|||
<div>
|
||||
|
||||
<Alert kind={kinds.INFO}>
|
||||
<div>Sonarr supports any downloadClient that uses the Newznab standard, as well as other downloadClients listed below.</div>
|
||||
<div>For more information on the individual downloadClients, clink on the info buttons.</div>
|
||||
<div>Sonarr supports many popular torrent and usenet download clients.</div>
|
||||
<div>For more information on the individual download clients, click the more info buttons.</div>
|
||||
</Alert>
|
||||
|
||||
<FieldSet legend="Usenet">
|
||||
|
|
Loading…
Reference in a new issue