diff --git a/src/renderer/components/alert/SwapTxLockStatusAlert.tsx b/src/renderer/components/alert/SwapTxLockStatusAlert.tsx index 596b42f6..d62a3288 100644 --- a/src/renderer/components/alert/SwapTxLockStatusAlert.tsx +++ b/src/renderer/components/alert/SwapTxLockStatusAlert.tsx @@ -26,9 +26,9 @@ function SwapAlertStatusText({ {humanizedBitcoinBlockDuration(timelockStatus.blocksUntilRefund)}
  • - If you have not refunded or completed the swap in about{' '} - {humanizedBitcoinBlockDuration(timelockStatus.blocksUntilPunish)}, - you will lose your funds. + You will lose your funds, if you have not refunded or completed + the swap in about{' '} + {humanizedBitcoinBlockDuration(timelockStatus.blocksUntilPunish)}