From db7863ca3e00eb51d28fe0d32e923a5e54c6ddfd Mon Sep 17 00:00:00 2001 From: KM Koushik Date: Mon, 8 Sep 2025 18:17:37 +1000 Subject: [PATCH] fix railway build --- apps/web/src/components/payments/UpgradeModal.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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