diff --git a/src/cloud/components/molecules/Banner/SubLimitReachedBanner.tsx b/src/cloud/components/molecules/Banner/SubLimitReachedBanner.tsx index 167860b3a3..610aee892d 100644 --- a/src/cloud/components/molecules/Banner/SubLimitReachedBanner.tsx +++ b/src/cloud/components/molecules/Banner/SubLimitReachedBanner.tsx @@ -29,8 +29,8 @@ const DocLimitReachedBanner = () => { {subscription == null - ? `Your workspace exceeds the limit of your current plan. (${freePlanDocLimit} created documents)` - : `Your workspace exceeds the limit of your current plan. (${subscription.seats} team members)`} + ? `Your space exceeds the limit of your current plan. (${freePlanDocLimit} created documents)` + : `Your space exceeds the limit of your current plan. (${subscription.seats} team members)`}