diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index 775e63e32..03e7707db 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -1203,7 +1203,8 @@ "12001": "The subscription entity type is invalid.", "12002": "You are already subscribed to the entity itself or a parent entity.", "13001": "This link share requires a password for authentication, but none was provided.", - "13002": "The provided link share password was invalid." + "13002": "The provided link share password was invalid.", + "14001": "The provided file is not a valid zip file." }, "about": { "title": "About", diff --git a/frontend/src/views/migrate/MigrationHandler.vue b/frontend/src/views/migrate/MigrationHandler.vue index e8da60ef0..aa6ea0cc3 100644 --- a/frontend/src/views/migrate/MigrationHandler.vue +++ b/frontend/src/views/migrate/MigrationHandler.vue @@ -7,6 +7,13 @@