diff --git a/apps/web/src/components/payments/UpgradeModal.tsx b/apps/web/src/components/payments/UpgradeModal.tsx index 29f1953..6d8e80f 100644 --- a/apps/web/src/components/payments/UpgradeModal.tsx +++ b/apps/web/src/components/payments/UpgradeModal.tsx @@ -36,7 +36,11 @@ export const UpgradeModal = () => { "You've reached the contact book limit for your current plan.", [LimitReason.TEAM_MEMBER]: "You've reached the team member limit for your current plan.", - [LimitReason.EMAIL]: + [LimitReason.EMAIL_BLOCKED]: + "You've reached the email sending limit for your current plan.", + [LimitReason.EMAIL_DAILY_LIMIT_REACHED]: + "You've reached the email sending limit for your current plan.", + [LimitReason.EMAIL_FREE_PLAN_MONTHLY_LIMIT_REACHED]: "You've reached the email sending limit for your current plan.", }; return reason