1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-05 19:27:17 -04:00

Clarify Folder as Root Folder (#7598)

This commit is contained in:
bakerboy448
2022-09-17 21:59:29 -05:00
committed by GitHub
parent 40a15d59e0
commit f6dd600d2b
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ class EditCollectionModalContent extends Component {
</FormGroup>
<FormGroup>
<FormLabel>{translate('Folder')}</FormLabel>
<FormLabel>{translate('RootFolder')}</FormLabel>
<FormInputGroup
type={inputTypes.ROOT_FOLDER_SELECT}

View File

@@ -166,7 +166,7 @@ function EditImportListModalContent(props) {
</FormGroup>
<FormGroup>
<FormLabel>{translate('Folder')}</FormLabel>
<FormLabel>{translate('RootFolder')}</FormLabel>
<FormInputGroup
type={inputTypes.ROOT_FOLDER_SELECT}