Skip to content

Commit

Permalink
Fixed: Healthcheck warning message used incorrect variable
Browse files Browse the repository at this point in the history
  • Loading branch information
PearsonFlyer authored and bakerboy448 committed Mar 9, 2022
1 parent 38f16e6 commit bc7e4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NzbDrone.Core/Localization/Core/en.json
Expand Up @@ -576,7 +576,7 @@
"RemotePathMappingCheckFilesGenericPermissions": "Download client {0} reported files in {1} but Readarr cannot see this directory. You may need to adjust the folder's permissions.",
"RemotePathMappingCheckFilesLocalWrongOSPath": "Local download client {0} reported files in {1} but this is not a valid {2} path. Review your download client settings.",
"RemotePathMappingCheckFilesWrongOSPath": "Remote download client {0} reported files in {1} but this is not a valid {2} path. Review your remote path mappings and download client settings.",
"RemotePathMappingCheckFolderPermissions": "Readarr can see but not access download directory {0}. Likely permissions error.",
"RemotePathMappingCheckFolderPermissions": "Readarr can see but not access download directory {1}. Likely permissions error.",
"RemotePathMappingCheckGenericPermissions": "Download client {0} places downloads in {1} but Readarr cannot see this directory. You may need to adjust the folder's permissions.",
"RemotePathMappingCheckImportFailed": "Readarr failed to import a book. Check your logs for details.",
"RemotePathMappingCheckLocalFolderMissing": "Remote download client {0} places downloads in {1} but this directory does not appear to exist. Likely missing or incorrect remote path mapping.",
Expand Down

0 comments on commit bc7e4ea

Please sign in to comment.