Fix resource key

This commit is contained in:
Manfred Karrer 2019-04-10 21:08:05 -05:00
parent f551bd9803
commit a8b3d96e26
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -114,7 +114,7 @@ public class ProposalResultsWindow extends TabbedOverlay<ProposalResultsWindow>
private void createTabs() {
proposalTab = new Tab(Res.get("shared.proposal").toUpperCase());
votesTab = new Tab(Res.get("shared.votes".toUpperCase()));
votesTab = new Tab(Res.get("shared.votes").toUpperCase());
tabPane.getTabs().addAll(proposalTab, votesTab);