Include link to wiki and expand string

This commit is contained in:
Stevie Robinson 2023-08-18 07:27:37 +02:00
parent 391cdd8fc4
commit c94a27f285
2 changed files with 3 additions and 2 deletions
frontend/src/Settings/DownloadClients/RemotePathMappings
src/NzbDrone.Core/Localization/Core

View File

@ -4,6 +4,7 @@ import Alert from 'Components/Alert';
import FieldSet from 'Components/FieldSet';
import Icon from 'Components/Icon';
import Link from 'Components/Link/Link';
import InlineMarkdown from 'Components/Markdown/InlineMarkdown';
import PageSectionContent from 'Components/Page/PageSectionContent';
import { icons, kinds } from 'Helpers/Props';
import translate from 'Utilities/String/translate';
@ -53,7 +54,7 @@ class RemotePathMappings extends Component {
>
<Alert kind={kinds.INFO}>
{translate('RemotePathMappingsInfo')}
<InlineMarkdown data={translate('RemotePathMappingsInfo', { app: 'Sonarr', wikiLink: 'https://wiki.servarr.com/sonarr/settings#remote-path-mappings' })} />
</Alert>
<div className={styles.remotePathMappingsHeader}>

View File

@ -929,7 +929,7 @@
"RemotePathMappingRemotePathHelpText": "Root path to the directory that the Download Client accesses",
"RemotePathMappingWrongOSPathHealthCheckMessage": "Remote download client {0} places downloads in {1} but this is not a valid {2} path. Review your remote path mappings and download client settings.",
"RemotePathMappings": "Remote Path Mappings",
"RemotePathMappingsInfo": "Remote Path Mappings are very rarely required, it is better to match your download path client to your local paths.",
"RemotePathMappingsInfo": "Remote Path Mappings are very rarely required, if {app} and your download client are on the same system it is better to match your paths. For more information see the [wiki]({wikiLink})",
"RemotePathMappingsLoadError": "Unable to load Remote Path Mappings",
"Remove": "Remove",
"RemoveCompleted": "Remove Completed",