Skip to content

Commit

Permalink
fix: update sell order cancellation confirmation modal title
Browse files Browse the repository at this point in the history
  • Loading branch information
r41ph committed Oct 1, 2024
1 parent e7a1bfc commit d49ef70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export const Storefront = (): JSX.Element => {
onConfirm={cancelSellOrderSubmit}
onConfirmTitle={_(msg`Yes, cancel sell order`)}
onCancelTitle={_(msg`WHOOPS, EXIT`)}
title={_(msg`Are you sure would you like to cancel this sell order?`)}
title={_(msg`Are you sure you want to cancel this sell order?`)}
cardItems={getCancelCardItems({
sellOrder: normalizedSellOrders[selectedSellOrder ?? 0] ?? {},
_,
Expand Down

0 comments on commit d49ef70

Please sign in to comment.