fix translations

This commit is contained in:
Armin Schrenk
2025-04-15 11:23:46 +02:00
parent 5d2a243c55
commit 3a1b0b17d6
2 changed files with 2 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ public class EventListCellController implements FxController {
if (vaultUnlocked.getValue()) {
return eventMessage.getValue();
} else {
return resourceBundle.getString("eventView.entry.vaultLocked.message");
return "***********";
}
}