improve duplicate name error

fixes #1138
pull/1286/head
Mikael Finstad 4 years ago
parent 9161278e54
commit 8dac8e60cd
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -46,7 +46,7 @@ export function getOutSegError({ fileNames, filePath, outputDir }) {
if (error != null) return error; if (error != null) return error;
if (hasDuplicates(fileNames)) return i18n.t('Template results in duplicate file names'); if (hasDuplicates(fileNames)) return i18n.t('Output file name template results in duplicate file names (you are trying to export multiple files with the same name.)');
return undefined; return undefined;
} }

Loading…
Cancel
Save