Skip to content

Commit

Permalink
[#80] reorder network labels
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Feb 6, 2024
1 parent e930ad8 commit 6206d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govtool/frontend/src/context/wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ function CardanoProvider(props: Props) {
if (network != NETWORK) {
throw new Error(
t("errors.tryingConnectTo", {
network: network == 1 ? "mainnet" : "testnet",
network: network == 1 ? "testnet" : "mainnet",
})
);
}
Expand Down

0 comments on commit 6206d55

Please sign in to comment.