|
|
@ -36,7 +36,7 @@ function MoveArtistModal(props) {
|
|
|
|
onModalClose={onSavePress}
|
|
|
|
onModalClose={onSavePress}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<ModalContent
|
|
|
|
<ModalContent
|
|
|
|
showCloseButton={false}
|
|
|
|
showCloseButton={true}
|
|
|
|
onModalClose={onSavePress}
|
|
|
|
onModalClose={onSavePress}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<ModalHeader>
|
|
|
|
<ModalHeader>
|
|
|
@ -46,7 +46,7 @@ function MoveArtistModal(props) {
|
|
|
|
<ModalBody>
|
|
|
|
<ModalBody>
|
|
|
|
{
|
|
|
|
{
|
|
|
|
destinationRootFolder ?
|
|
|
|
destinationRootFolder ?
|
|
|
|
`Would you like to move the artist folders to ${destinationPath}'?` :
|
|
|
|
`Would you like to move the artist folders to '${destinationRootFolder}'?` :
|
|
|
|
`Would you like to move the artist files from '${originalPath}' to '${destinationPath}'?`
|
|
|
|
`Would you like to move the artist files from '${originalPath}' to '${destinationPath}'?`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</ModalBody>
|
|
|
|
</ModalBody>
|
|
|
|