Skip to content

Commit 604c352

Browse files
committed
fixup
1 parent 5c0bec2 commit 604c352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/purchases/CheckoutTab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const initializeCheckoutTab = memoize(() => {
6767
} else if (e.target === checkoutNowPayments) {
6868
url = 'https://synergism.cc/now-payments/checkout'
6969

70-
const confirmed = await Confirm('NowPayments is experimental and may have issues. Minimum purchase is $15. Do you want to continue?')
70+
const confirmed = await Confirm('NowPayments is experimental and may have issues. The minimum amount depends on the crypto you choose to pay with. Do you want to continue?')
7171

7272
if (!confirmed) {
7373
reset()

0 commit comments

Comments
 (0)