1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 09:37:12 +00:00

Fix Sonarr Reference in RemotePathMappingsModal

This commit is contained in:
Qstick 2017-11-30 19:15:29 -05:00 committed by GitHub
parent 56f6b923e1
commit e181876dfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}
/>