diff --git a/apps/studio/components/interfaces/Organization/restriction.constants.tsx b/apps/studio/components/interfaces/Organization/restriction.constants.tsx
index dc13ebb5f8d1c..6f609a823b0cc 100644
--- a/apps/studio/components/interfaces/Organization/restriction.constants.tsx
+++ b/apps/studio/components/interfaces/Organization/restriction.constants.tsx
@@ -11,12 +11,11 @@ export const RESTRICTION_MESSAGES = {
const label = dayjs(date).format('DD MMM, YYYY')
return (
<>
- You have a grace period until{' '}
- . After that, your
- projects will be restricted while your organization is over quota.{' '}
+ Projects will be restricted from{' '}
+ if your
+ organization remains over quota.{' '}
Review usage or{' '}
- manage your plan to avoid
- restrictions.
+ billing.
>
)
},