From ac407ca2c04cad3ba6d7a8e38edbc24b953f6f47 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 16 Aug 2019 00:05:22 -0700 Subject: [PATCH] New: Show Hardlink/Copy in manual import --- .../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 31a202eda..5cf486def 100644 --- a/frontend/src/InteractiveImport/Interactive/InteractiveImportModalContent.js +++ b/frontend/src/InteractiveImport/Interactive/InteractiveImportModalContent.js @@ -85,7 +85,7 @@ const filterExistingFilesOptions = { const importModeOptions = [ { key: 'move', value: 'Move Files' }, - { key: 'copy', value: 'Copy Files' } + { key: 'copy', value: 'Hardlink/Copy Files' } ]; const SELECT = 'select';