diff --git a/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte b/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte
index 0adb9cf3c..91cc80662 100644
--- a/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte
+++ b/src/routes/(console)/organization-[organization]/usage/[[invoice]]/+page.svelte
@@ -2,7 +2,7 @@
import { trackEvent } from '$lib/actions/analytics';
import { tooltip } from '$lib/actions/tooltip';
import { BarChart, Legend } from '$lib/charts';
- import { Card, CardGrid, Heading, ProgressBarBig } from '$lib/components';
+ import { Alert, Card, CardGrid, Heading, ProgressBarBig } from '$lib/components';
import { BillingPlan } from '$lib/constants';
import { Button } from '$lib/elements/forms';
import { formatCurrency, formatNumberWithCommas } from '$lib/helpers/numbers';
@@ -263,13 +263,21 @@
- The total number of image transformations across all projects in your organization. + The total number of unique image transformations across all projects in your + organization. For more details, see our documentation.
- {#if $organization.billingPlan === BillingPlan.FREE} -This feature is not available on the Free plan.
- {/if}Total image transformations in your project.
+Total unique image transformations in your project.