diff --git a/main/ui/src/main/resources/fxml/migration_impossible.fxml b/main/ui/src/main/resources/fxml/migration_impossible.fxml index f7019295a..89f5df245 100644 --- a/main/ui/src/main/resources/fxml/migration_impossible.fxml +++ b/main/ui/src/main/resources/fxml/migration_impossible.fxml @@ -4,6 +4,7 @@ + @@ -12,8 +13,6 @@ - - - + - + + + diff --git a/main/ui/src/main/resources/i18n/strings.properties b/main/ui/src/main/resources/i18n/strings.properties index d48832477..1ec99a8b2 100644 --- a/main/ui/src/main/resources/i18n/strings.properties +++ b/main/ui/src/main/resources/i18n/strings.properties @@ -119,8 +119,9 @@ migration.error.missingFileSystemCapabilities.reason.LONG_PATHS=The file system migration.error.missingFileSystemCapabilities.reason.READ_ACCESS=The file system does not allow to be read. migration.error.missingFileSystemCapabilities.reason.WRITE_ACCESS=The file system does not allow to be written to. ## Impossible -migration.impossible.reason=Cryptomator cannot automatically migrate this vault because the storage location or its access point are not fully-compatible with the newer vault version. -migration.impossible.nextStepsInstructions=To use this vault with the current version, you either need to move the vault to a different, fully supported location or need to manually create a new vault and copy all files to it. +migration.impossible.heading=Unable to migrate vault +migration.impossible.reason=The vault cannot automatically migrated because its storage location or access point is not compatible. +migration.impossible.nextStepsInstructions=To use this vault with the current version, you either need to move the vault to a fully supported location or need to manually create a new vault and copy all files to it. migration.impossible.moreInfo=For more information, please visit: # Preferences