From 1e1ad535ee6e8c1d1b2a2e5badd25a54c1e0ebc3 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 16 Sep 2024 20:39:15 +0200 Subject: [PATCH] fix: storage usage copy --- .../organization-[organization]/usage/[[invoice]]/+page.svelte | 3 +-- .../project-[project]/settings/usage/[[invoice]]/+page.svelte | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte b/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte index 8a220599e..6dcebd164 100644 --- a/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte +++ b/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte @@ -273,8 +273,7 @@ Storage

- Calculated for all your files, deployments, builds and databases. While in beta, only - file storage is counted against your plan limits. + Calculated for all your files, deployments and builds.

diff --git a/src/routes/(console)/project-[project]/settings/usage/[[invoice]]/+page.svelte b/src/routes/(console)/project-[project]/settings/usage/[[invoice]]/+page.svelte index 828c5d019..679370015 100644 --- a/src/routes/(console)/project-[project]/settings/usage/[[invoice]]/+page.svelte +++ b/src/routes/(console)/project-[project]/settings/usage/[[invoice]]/+page.svelte @@ -267,8 +267,7 @@ Storage

- Calculated for all your files, deployments, builds and databases. While in beta, only - file storage is counted against your plan limits. + Calculated for all your files, deployments and builds.