1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Fixed: Clarify Language around Importing a Library

New: Library Import renamed from (sidebar) Import to Library Import
This commit is contained in:
bakerboy448
2020-11-29 16:03:17 -06:00
committed by Qstick
parent 3e0e4ba1fd
commit 003686d68f
3 changed files with 7 additions and 3 deletions
@@ -103,6 +103,7 @@ class ImportMovieSelectFolder extends Component {
<ul>
<li className={styles.tip} dangerouslySetInnerHTML={{ __html: translate('ImportIncludeQuality', ['<code>movie.2008.bluray.mkv</code>']) }} />
<li className={styles.tip} dangerouslySetInnerHTML={{ __html: translate('ImportRootPath', [`<code>${isWindows ? 'C:\\movies' : '/movies'}</code>`, `<code>${isWindows ? 'C:\\movies\\the matrix' : '/movies/the matrix'}</code>`]) }} />
<li className={styles.tip}>{translate('ImportNotForDownloads')}</li>
</ul>
</div>