diff --git a/src/components/importer/importer.vue b/src/components/importer/importer.vue index 5df238e2..2a63b31a 100644 --- a/src/components/importer/importer.vue +++ b/src/components/importer/importer.vue @@ -20,26 +20,30 @@ > {{ submitButtonLabel || $t('importer.submit') }} - - +
+ + {{ ' ' }} + {{ successMessage || $t('importer.success') }} +
+
+ + {{ ' ' }} + {{ errorMessage || $t('importer.error') }} +