Browse Source

Fix message

Mauricio Araujo 2 years ago
parent
commit
6a94d2d9ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/main/home/modals/BillingModal.tsx

+ 1 - 1
dashboard/src/main/home/modals/BillingModal.tsx

@@ -30,7 +30,7 @@ const BillingModal = ({
 
 
   if (showIntercom) {
   if (showIntercom) {
     showIntercomWithMessage({
     showIntercomWithMessage({
-      message: "I have already redeemed my startup deal and need help linking my payment method.",
+      message: "I have already redeemed my startup deal.",
       delaySeconds: 0,
       delaySeconds: 0,
     });
     });
     setShowIntercom(false);
     setShowIntercom(false);