mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-22 04:31:27 +00:00
fix translations
This commit is contained in:
@@ -206,7 +206,7 @@ public class EventListCellController implements FxController {
|
||||
if (vaultUnlocked.getValue()) {
|
||||
return eventMessage.getValue();
|
||||
} else {
|
||||
return resourceBundle.getString("eventView.entry.vaultLocked.message");
|
||||
return "***********";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user