From f55ff0e6ddce27e851ce70a63834d70cf56f876c Mon Sep 17 00:00:00 2001 From: Joshen Lim Date: Wed, 22 Jul 2026 10:50:10 +0800 Subject: [PATCH] Update copy for grace period (#48138) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Context If an organization is exceeded usage and has the grace period banner - the current copy is really long which causes the text to truncate. image Banners are meant to be short and to the point, so opting to revise the copy a little. image ## Summary by CodeRabbit - **Copy Updates** - Clarified the grace-period message to explain that projects may be restricted from the displayed date if usage remains over quota. - Updated the available actions to include a billing link alongside “Review usage.” --- .../interfaces/Organization/restriction.constants.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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. ) },