This commit is contained in:
Armin Schrenk
2025-03-06 12:55:12 +01:00
parent b2250e8ce0
commit 3ba7e9ba00
2 changed files with 4 additions and 5 deletions

View File

@@ -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() : "");
}
}