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."} +