Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
fix: update invoice wording
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Jan 3, 2020
1 parent e6e5ce6 commit b256c16
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/views/reverse/steps/payInvoice.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ const styles = () => ({
fontSize: '10px',
},
},
invoiceInfo: {
paddingRight: '15px',
},
link: {
'@media (max-width: 425px)': {
fontSize: '16px',
Expand Down Expand Up @@ -93,14 +96,15 @@ class PayInvoice extends React.Component {
<p className={classes.title}>
Pay this {swapInfo.base} Lightning invoice:
</p>
<p>
<p className={classes.invoiceInfo}>
This is a{' '}
<Link
text="HOLD invoice"
to="https://wiki.ion.radar.tech/tech/research/hodl-invoice"
/>{' '}
and its preimage was generated in your browser. Which means that we
do not get the lightning coins until you claim your onchain ones.
and its preimage was generated in your browser. Which means we
cannot receive the lightning coins unless your browser claims the
onchain funds for you.
</p>
<p className={classes.invoice} id="copy">
{swapResponse.invoice}
Expand Down

0 comments on commit b256c16

Please sign in to comment.