Skip to content

Commit

Permalink
refactor: refactor cancel order message (#8713)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-nurzi-deriv committed May 30, 2023
1 parent 7a3f4e2 commit f443097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const OrderDetailsCancelModal = () => {
{cancels_remaining > 1 ? (
<Text color='prominent' size='xs'>
<Localize
i18n_default_text='If you cancel your order {{cancellation_limit}} times in {{cancellation_period}} hours, you will be blocked from using Deriv P2P for {{block_duration}} hours. <br /> ({{number_of_cancels_remaining}} cancellations remaining.)'
i18n_default_text='If you cancel your order {{cancellation_limit}} times in {{cancellation_period}} hours, you will be blocked from using Deriv P2P for {{block_duration}} hours. <br /> ({{number_of_cancels_remaining}} cancellations remaining)'
values={{
block_duration: order_store.cancellation_block_duration,
cancellation_limit: order_store.cancellation_limit,
Expand Down

1 comment on commit f443097

@vercel
Copy link

@vercel vercel bot commented on f443097 May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

binary.sx
deriv-app.vercel.app
deriv-app-git-master.binary.sx
deriv-app.binary.sx

Please sign in to comment.