diff --git a/src/main/java/org/cryptomator/ui/unlock/UnlockFuseRestartRequiredController.java b/src/main/java/org/cryptomator/ui/unlock/UnlockFuseRestartRequiredController.java index 8a63b8035..21fe13733 100644 --- a/src/main/java/org/cryptomator/ui/unlock/UnlockFuseRestartRequiredController.java +++ b/src/main/java/org/cryptomator/ui/unlock/UnlockFuseRestartRequiredController.java @@ -30,7 +30,7 @@ public class UnlockFuseRestartRequiredController implements FxController { } public void initialize() { - window.setTitle(String.format(resourceBundle.getString("unlock.error.fuseRestartRequired.title"), vault.getDisplayName())); + window.setTitle(String.format(resourceBundle.getString("unlock.error.title"), vault.getDisplayName())); } @FXML diff --git a/src/main/resources/i18n/strings.properties b/src/main/resources/i18n/strings.properties index b3b71d2ef..4f2bfde57 100644 --- a/src/main/resources/i18n/strings.properties +++ b/src/main/resources/i18n/strings.properties @@ -142,9 +142,9 @@ unlock.error.customPath.description.hideawayNotDir=The temporary, hidden file "% unlock.error.customPath.description.couldNotBeCleaned=Your vault could not be mounted to the path "%s". Please try again or choose a different path. unlock.error.customPath.description.notEmptyDir=The custom mount path "%s" is not an empty folder. Please choose an empty folder and try again. unlock.error.customPath.description.generic=You have selected a custom mount path for this vault, but using it failed with the message: %2$s -unlock.error.fuseRestartRequired.title=Unlock "%s" failed unlock.error.fuseRestartRequired.message=Unable to unlock vault unlock.error.fuseRestartRequired.description=Change volume type in vault options or restart Cryptomator. +unlock.error.title=Unlock "%s" failed ## Hub hub.noKeychain.message=Unable to access device key hub.noKeychain.description=In order to unlock Hub vaults, a device key is required, which is secured using a keychain. To proceed, enable ā€œ%sā€ and select a keychain in the preferences.