diff --git a/frontend/src/Artist/MoveArtist/MoveArtistModal.js b/frontend/src/Artist/MoveArtist/MoveArtistModal.js index 395e4ff95..3f78187ff 100644 --- a/frontend/src/Artist/MoveArtist/MoveArtistModal.js +++ b/frontend/src/Artist/MoveArtist/MoveArtistModal.js @@ -36,7 +36,7 @@ function MoveArtistModal(props) { onModalClose={onSavePress} > @@ -46,7 +46,7 @@ function MoveArtistModal(props) { { 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}'?` }