mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Fix resource key
This commit is contained in:
parent
f551bd9803
commit
a8b3d96e26
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue