From f1e4bf8d36613c4983d1f28cd0ee8ec1566ecc19 Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 22 May 2026 10:30:41 -0700 Subject: [PATCH] Add hint about invoices for the license key --- messages/en-US.json | 1 + src/app/[orgId]/settings/(private)/billing/page.tsx | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/messages/en-US.json b/messages/en-US.json index aa8f902ff..da3951046 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -1872,6 +1872,7 @@ "billingManageLicenseSubscription": "Manage your subscription for paid self-hosted license keys", "billingCurrentKeys": "Current Keys", "billingModifyCurrentPlan": "Modify Current Plan", + "billingManageLicenseSubscriptionDescription": "Manage your subscription for paid self-hosted license keys and download invoices.", "billingConfirmUpgrade": "Confirm Upgrade", "billingConfirmDowngrade": "Confirm Downgrade", "billingConfirmUpgradeDescription": "You are about to upgrade your plan. Review the new limits and pricing below.", diff --git a/src/app/[orgId]/settings/(private)/billing/page.tsx b/src/app/[orgId]/settings/(private)/billing/page.tsx index f9f9bd77f..f77ae8589 100644 --- a/src/app/[orgId]/settings/(private)/billing/page.tsx +++ b/src/app/[orgId]/settings/(private)/billing/page.tsx @@ -1352,6 +1352,12 @@ export default function BillingPage() { {t("billingModifyCurrentPlan") || "Modify Current Plan"} +

+ {t( + "billingManageLicenseSubscriptionDescription" + ) || + "Manage your subscription for paid self-hosted license keys and download invoices."} +