Skip to content

Commit 5c6ecb0

Browse files
Refer to "Billing alerts" not "Plans"
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent dbfca1b commit 5c6ecb0

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.billing-alerts

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.billing-alerts/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export async function loader({ params, request }: LoaderFunctionArgs) {
6262

6363
const alerts = await getBillingAlerts(organization.id);
6464
if (!alerts) {
65-
throw new Response(null, { status: 404, statusText: "Plans not found" });
65+
throw new Response(null, { status: 404, statusText: "Billing alerts not found" });
6666
}
6767

6868
return typedjson({

0 commit comments

Comments
 (0)