From 05b25429dc01757e65cea477607a582bb07fdac3 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 25 Aug 2019 01:20:41 -0400 Subject: [PATCH] New: Show Hardlink/Copy in manual import Co-Authored-By: Mark McDowall --- .../Interactive/InteractiveImportModalContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/InteractiveImport/Interactive/InteractiveImportModalContent.js b/frontend/src/InteractiveImport/Interactive/InteractiveImportModalContent.js index f3f77faaf..1edac2b7c 100644 --- a/frontend/src/InteractiveImport/Interactive/InteractiveImportModalContent.js +++ b/frontend/src/InteractiveImport/Interactive/InteractiveImportModalContent.js @@ -79,7 +79,7 @@ const filterExistingFilesOptions = { const importModeOptions = [ { key: 'move', value: 'Move Files' }, - { key: 'copy', value: 'Copy Files' } + { key: 'copy', value: 'Hardlink/Copy Files' } ]; const SELECT = 'select';