mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
[UI Work] Misc UI Fixes and Tweaks
This commit is contained in:
@@ -78,7 +78,7 @@ class MediaManagement extends Component {
|
||||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
name="createEmptyArtistFolders"
|
||||
helpText="Create missing series folders during disk scan"
|
||||
helpText="Create missing artist folders during disk scan"
|
||||
onChange={onInputChange}
|
||||
{...settings.createEmptyArtistFolders}
|
||||
/>
|
||||
@@ -284,7 +284,7 @@ class MediaManagement extends Component {
|
||||
<FormInputGroup
|
||||
type={inputTypes.TEXT}
|
||||
name="folderChmod"
|
||||
helpText="Octal, applied to series/season folders created by Lidarr"
|
||||
helpText="Octal, applied to artist/album folders created by Lidarr"
|
||||
values={fileDateOptions}
|
||||
onChange={onInputChange}
|
||||
{...settings.folderChmod}
|
||||
|
||||
Reference in New Issue
Block a user