Skip to content

Commit

Permalink
chore(apps/web): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LufyCZ committed Jan 27, 2025
1 parent f1933df commit 9382b59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ const _CrossChainSwapTradeReviewDialog: FC<{
{feesBreakdown && feesBreakdown.gas.size > 0 ? (
<List.KeyValue
title="Network fee"
subtitle="The transaction fee charged by the origin blockEvmChain."
subtitle="The transaction fee charged by the origin blockchain."
>
<div className="flex flex-col gap-1">
{feesBreakdown.gas.get(chainId0) ? (
Expand Down

0 comments on commit 9382b59

Please sign in to comment.