Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ export const RESTRICTION_MESSAGES = {
const label = dayjs(date).format('DD MMM, YYYY')
return (
<>
You have a grace period until{' '}
<TimestampInfo className="text-sm" utcTimestamp={date} label={label} />. After that, your
projects will be restricted while your organization is over quota.{' '}
Projects will be restricted from{' '}
<TimestampInfo className="text-sm" utcTimestamp={date} label={label} /> if your
organization remains over quota.{' '}
<InlineLink href={`/org/${slug}/usage`}>Review usage</InlineLink> or{' '}
<InlineLink href={`/org/${slug}/billing`}>manage your plan</InlineLink> to avoid
restrictions.
<InlineLink href={`/org/${slug}/billing`}>billing</InlineLink>.
</>
)
},
Expand Down
Loading