Add hint about invoices for the license key

This commit is contained in:
Owen
2026-05-22 10:30:41 -07:00
parent 23ca3efbf4
commit f1e4bf8d36
2 changed files with 7 additions and 0 deletions

View File

@@ -1352,6 +1352,12 @@ export default function BillingPage() {
{t("billingModifyCurrentPlan") ||
"Modify Current Plan"}
</Button>
<p className="text-sm text-muted-foreground mt-2">
{t(
"billingManageLicenseSubscriptionDescription"
) ||
"Manage your subscription for paid self-hosted license keys and download invoices."}
</p>
</div>
</div>
</SettingsSectionBody>