New: Show Hardlink/Copy in manual import

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2019-08-25 01:20:41 -04:00
parent 4399724e97
commit 05b25429dc
1 changed files with 1 additions and 1 deletions

View File

@ -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';