Mauricio Araujo 2 лет назад
Родитель
Сommit
6a94d2d9ce
1 измененных файлов с 1 добавлено и 1 удалено
  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) {
     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,
     });
     setShowIntercom(false);