diff --git a/src/components/migrator/migration.vue b/src/components/migrator/migration.vue index fda96cd1..74455afd 100644 --- a/src/components/migrator/migration.vue +++ b/src/components/migrator/migration.vue @@ -23,9 +23,9 @@
Importing in progress, hang tight...
-
- It looks like you've already imported your stuff from {{ name }} at {{ new Date(lastMigrationDate * 1000) }}.
+ It looks like you've already imported your stuff from {{ name }} at {{ formatDate(lastMigrationDate) }}.
Importing again is possible, but might create duplicates.
Are you sure?