mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 10:11:27 +00:00
Improving vault migration impossible dialogue
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user