New: Lidarr to Readarr

This commit is contained in:
Qstick
2020-02-29 15:51:29 -05:00
parent 7359c2a9fa
commit 3b7eb01918
565 changed files with 1669 additions and 4272 deletions
@@ -50,7 +50,7 @@ class AddDownloadClientModalContent extends Component {
<div>
<Alert kind={kinds.INFO}>
<div>Lidarr supports any downloadClient that uses the Newznab standard, as well as other downloadClients listed below.</div>
<div>Readarr supports any downloadClient that uses the Newznab standard, as well as other downloadClients listed below.</div>
<div>For more information on the individual downloadClients, click on the info buttons.</div>
</Alert>
@@ -88,7 +88,7 @@ function EditRemotePathMappingModalContent(props) {
<FormInputGroup
type={inputTypes.PATH}
name="localPath"
helpText="Path that Lidarr should use to access the remote path locally"
helpText="Path that Readarr should use to access the remote path locally"
{...localPath}
onChange={onInputChange}
/>