Skip to content

Commit

Permalink
Fix L2Disclaimer network name casing
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbaroni committed Jan 17, 2025
1 parent 47e8895 commit 618465c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/L2Disclaimer.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const L2Disclaimer = ({
? customText
: lang.t(lang.l.expanded_state.asset.l2_disclaimer, {
symbol,
network: useBackendNetworksStore.getState().getChainsName()[chainId],
network: useBackendNetworksStore.getState().getChainsLabel()[chainId],
})}
</Text>
</Column>
Expand Down

0 comments on commit 618465c

Please sign in to comment.