mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fix Sonarr Reference in RemotePathMappingsModal
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ function EditRemotePathMappingModalContent(props) {
|
|||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
type={inputTypes.PATH}
|
type={inputTypes.PATH}
|
||||||
name="localPath"
|
name="localPath"
|
||||||
helpText="Path that Sonarr should use to access the remote path locally"
|
helpText="Path that Lidarr should use to access the remote path locally"
|
||||||
{...localPath}
|
{...localPath}
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user