diff --git a/src/lib/layout/header.svelte b/src/lib/layout/header.svelte
index 4b7308ae82..dc64c5a883 100644
--- a/src/lib/layout/header.svelte
+++ b/src/lib/layout/header.svelte
@@ -120,7 +120,6 @@
{#if isCloud && $organization?.billingPlan === 'tier-0' && !$page.url.pathname.startsWith('/console/account')}
diff --git a/src/lib/stores/stripe.ts b/src/lib/stores/stripe.ts
index 4f81173de6..98efcce636 100644
--- a/src/lib/stores/stripe.ts
+++ b/src/lib/stores/stripe.ts
@@ -91,7 +91,7 @@ export async function submitStripeCard(name: string, urlRoute?: string) {
}
} catch (e) {
trackError(e, Submit.PaymentMethodCreate);
- throw e.message;
+ throw e;
}
}
diff --git a/src/routes/console/organization-[organization]/billing/budgetCap.svelte b/src/routes/console/organization-[organization]/billing/budgetCap.svelte
index 214b35c649..464dab623c 100644
--- a/src/routes/console/organization-[organization]/billing/budgetCap.svelte
+++ b/src/routes/console/organization-[organization]/billing/budgetCap.svelte
@@ -74,7 +74,12 @@
{:else}
-
+
+
+ Budget cap limits do not include the base amount of your plan. Cap usage
+ is reset at the beginning of each billing cycle.
+
+
{#if capActive}