1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-13 18:16:19 +02:00

add some hints to export/import system

This commit is contained in:
Kushagra Gour
2017-05-17 10:24:12 +05:30
parent dfd5703c21
commit e37f4cd5b7
2 changed files with 3 additions and 3 deletions

View File

@ -1100,7 +1100,7 @@ runBtn, searchInput, consoleEl, consoleLogEl, logCountEl
utils.log(items);
mergeImportedItems(items);
} catch (ex) {
alert('Oops! Select file is corrupted.')
alert('Oops! Selected file is corrupted. Please select a file that was generated by clicking the "Export" button.')
}
};