- For 6 hours you will not be able to change any disk attributes.
+ For 4 hours you will not be able to change any disk attributes.
There is a cooldown period enforced for any disk attribute modifications
diff --git a/apps/studio/components/interfaces/DiskManagement/ui/DiskSpaceBar.tsx b/apps/studio/components/interfaces/DiskManagement/ui/DiskSpaceBar.tsx
index 7c789d17e79a8..7fbcd6c73574b 100644
--- a/apps/studio/components/interfaces/DiskManagement/ui/DiskSpaceBar.tsx
+++ b/apps/studio/components/interfaces/DiskManagement/ui/DiskSpaceBar.tsx
@@ -191,10 +191,10 @@ export const DiskSpaceBar = ({ form }: DiskSpaceBarProps) => {
Supabase expands your disk storage automatically when the database reached 90%
of the disk size. However, any disk modifications, including auto-scaling, can
- only take place once every 6 hours.
+ only take place once every 4 hours.
- If within those 6 hours you reach 95% of the disk space, your project{' '}
+ If within those 4 hours you reach 95% of the disk space, your project{' '}
will enter read-only mode.
diff --git a/apps/studio/components/interfaces/HomeNew/ProjectUsageSection.tsx b/apps/studio/components/interfaces/HomeNew/ProjectUsageSection.tsx
index fae2ba99123f2..c50067a5ed33c 100644
--- a/apps/studio/components/interfaces/HomeNew/ProjectUsageSection.tsx
+++ b/apps/studio/components/interfaces/HomeNew/ProjectUsageSection.tsx
@@ -251,7 +251,7 @@ export const ProjectUsageSection = () => {