mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-22 10:36:55 -04:00
minor ui fixes
This commit is contained in:
@@ -92,7 +92,7 @@ abstract class HealthCheckModule {
|
||||
Stage stage = factory.create();
|
||||
stage.initModality(Modality.WINDOW_MODAL);
|
||||
stage.initOwner(window);
|
||||
stage.setTitle(String.format("TODO: Unlock \"%s\"", vault.getDisplayName()));
|
||||
stage.setTitle(String.format(resourceBundle.getString("unlock.title"), vault.getDisplayName()));
|
||||
stage.setResizable(false);
|
||||
return stage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user