mirror of
https://github.com/Radarr/Radarr
synced 2026-01-15 03:53:12 +01:00
Fix Sonarr Reference in RemotePathMappingsModal
This commit is contained in:
parent
56f6b923e1
commit
e181876dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ function EditRemotePathMappingModalContent(props) {
|
|||
<FormInputGroup
|
||||
type={inputTypes.PATH}
|
||||
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}
|
||||
onChange={onInputChange}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue