Skip to content

Commit

Permalink
Change wording in SwapTxLockStatusAlert to be more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Nov 1, 2022
1 parent 9995427 commit 570c82f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/renderer/components/alert/SwapTxLockStatusAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ function SwapAlertStatusText({
{humanizedBitcoinBlockDuration(timelockStatus.blocksUntilRefund)}
</li>
<li>
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)}
</li>
</ul>
</>
Expand Down

0 comments on commit 570c82f

Please sign in to comment.