Skip to content

Commit

Permalink
fix: use correct copy for limit order preview button
Browse files Browse the repository at this point in the history
  • Loading branch information
woodenfurniture committed Nov 12, 2024
1 parent 034caa4 commit 2c0ee18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export const LimitOrderInput = ({
inputAmountUsd={sellAmountUsd}
isError={Boolean(error)}
isLoading={isLoading}
quoteStatusTranslation={'trade.previewTrade'}
quoteStatusTranslation={'limitOrder.previewOrder'}
rate={bnOrZero(limitPriceBuyAsset).isZero() ? undefined : limitPriceBuyAsset}
sellAccountId={sellAccountId}
shouldDisableGasRateRowClick
Expand Down

0 comments on commit 2c0ee18

Please sign in to comment.