Skip to content

Commit

Permalink
Merge pull request #435 from mysteriumnetwork/issue-428
Browse files Browse the repository at this point in the history
issue-428
  • Loading branch information
tadaskay committed Jan 18, 2023
2 parents 5f77002 + ca33f56 commit a14a1e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const CoingateWaitingForPayment: React.FC = observer(() => {
<PaymentWarning>
This address is for {payment.order?.payCurrency ?? "—"} deposits only. Do not send any other
cryptocurrency or {payment.order?.payCurrency ?? "—"} from any other chains, such as Binance
Chain (BEP-2) or your deposit will be lost.
Chain (BEP-2/BSC) or your deposit will be lost.
</PaymentWarning>
<PaymentExplanation>Send the indicated amount to the address above.</PaymentExplanation>
<Anchor onClick={onPayInBrowserClick}>Pay in browser instead?</Anchor>
Expand Down

0 comments on commit a14a1e7

Please sign in to comment.