mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-22 12:41:27 +00:00
cleanup
This commit is contained in:
@@ -209,7 +209,7 @@ public class EventListCellController implements FxController {
|
||||
return eventDescription.getValue();
|
||||
} else {
|
||||
var e = event.getValue();
|
||||
return resourceBundle.getString("event.vaultLocked.description").formatted(e != null? e.v().getDisplayName():"");
|
||||
return resourceBundle.getString("event.vaultLocked.description").formatted(e != null ? e.v().getDisplayName() : "");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user