From f8f8609830bd59c70238c0776a5be8e7f3785b42 Mon Sep 17 00:00:00 2001 From: Sokratis Vidros Date: Wed, 16 Oct 2024 16:58:45 +0300 Subject: [PATCH] fixup! fixup! Minor copywriting fix. --- apps/web/src/ee/billing/components/Features.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/ee/billing/components/Features.tsx b/apps/web/src/ee/billing/components/Features.tsx index ba210d44059f..d5c45b3f4716 100644 --- a/apps/web/src/ee/billing/components/Features.tsx +++ b/apps/web/src/ee/billing/components/Features.tsx @@ -194,7 +194,7 @@ const features: Feature[] = [ label: 'Team members', values: { [SupportedPlansEnum.FREE]: { value: '3' }, - [SupportedPlansEnum.BUSINESS]: { value: '50' }, + [SupportedPlansEnum.BUSINESS]: { value: '10' }, [SupportedPlansEnum.ENTERPRISE]: { value: 'Unlimited' }, }, },