diff --git a/custom/ImportCsv.vue b/custom/ImportCsv.vue index 539addf..70a7975 100644 --- a/custom/ImportCsv.vue +++ b/custom/ImportCsv.vue @@ -1,11 +1,27 @@ - - {{$t('Import from CSV')}} + + {{$t('Import from CSV')}} - - - + + + + + Are you sure you want to continue? + You are importing {{ importStats.total }} records: + + {{ importStats.existingCount }} existing records will be replaced + {{ importStats.newCount }} new records will be added + + +
Are you sure you want to continue?
You are importing {{ importStats.total }} records: