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 10, 2024
1 parent 05d3f70 commit 756c0ee
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 756c0ee

Please sign in to comment.