From a1ef900469d7e65463b587b05a0db9279a785d72 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Sun, 27 Nov 2022 01:11:41 -0800 Subject: [PATCH] Fix payout prompt title --- frontend/src/components/TradeBox/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/TradeBox/index.tsx b/frontend/src/components/TradeBox/index.tsx index f0b503d1..39dddb22 100644 --- a/frontend/src/components/TradeBox/index.tsx +++ b/frontend/src/components/TradeBox/index.tsx @@ -380,7 +380,7 @@ const TradeBox = ({ } else if (status == 6) { bondStatus = 'locked'; if (isBuyer) { - title = 'Submit payout info for {{amountSats}} Sats'; + title = 'Submit payout info'; titleVariables = { amountSats: pn(order.invoice_amount) }; prompt = function () { return ( @@ -428,7 +428,7 @@ const TradeBox = ({ } else if (status == 8) { bondStatus = 'locked'; if (isBuyer) { - title = 'Submit payout info for {{amountSats}} Sats'; + title = 'Submit payout info'; titleVariables = { amountSats: pn(order.invoice_amount) }; prompt = () => { return (