diff --git a/frontend/src/components/PaymentSetup.tsx b/frontend/src/components/PaymentSetup.tsx index 2a54f24..f883879 100644 --- a/frontend/src/components/PaymentSetup.tsx +++ b/frontend/src/components/PaymentSetup.tsx @@ -64,7 +64,7 @@ export default function PaymentSetup(props: PaymentSetupProps) {

Set Up Payments

-

Choose how you'd like to pay for your relay.

+

Choose how you'd like to pay once invoices are issued for your relay.

-

Add a payment card via Stripe to enable automatic billing.

+

Add a payment card via Stripe to enable automatic billing once invoices are issued.

+ + + + { + clearNeedsPaymentSetup() + setPaymentSetupOpen(false) + void refetchTenant() + }} /> )