Improving vault migration impossible dialogue

This commit is contained in:
Armin Schrenk
2020-04-28 12:26:38 +02:00
parent 4864eb3204
commit 8d2fe2fc03
3 changed files with 2 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import javax.inject.Inject;
public class MigrationImpossibleController implements FxController {
private static final String HELP_URI = "https://community.cryptomator.org/TODO";
private static final String HELP_URI = "https://docs.cryptomator.org/en/latest/help/manual-migration";
private final FxApplication fxApplication;
private final Stage window;

View File

@@ -32,7 +32,6 @@
<VBox spacing="12">
<Label styleClass="label-large" text="%migration.impossible.heading"/>
<Label text="%migration.impossible.reason" wrapText="true" HBox.hgrow="ALWAYS"/>
<Label text="%migration.impossible.nextStepsInstructions" wrapText="true" HBox.hgrow="ALWAYS"/>
<TextFlow>
<Text text="%migration.impossible.moreInfo"/>
<Hyperlink text="${controller.helpUri}" onAction="#getMigrationHelp"/>

View File

@@ -121,8 +121,7 @@ migration.error.missingFileSystemCapabilities.reason.WRITE_ACCESS=The file syste
## Impossible
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:
migration.impossible.moreInfo=The vault can still be opened with an older version. For instructions how to manually migrate a vault, visit
# Preferences
preferences.title=Preferences