From b9f625a0a730c0d0f8d77f5a749b6e0cfe68b51f Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 18 Aug 2018 15:01:33 -0400 Subject: [PATCH] Fixed: Move Artist modal shows incorrect path for multiple artist move --- frontend/src/Artist/MoveArtist/MoveArtistModal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}'?` }