Update label for "trialing" state to "Commercial Trial" in LicenseBadge

This commit is contained in:
Gregory Schier
2025-10-28 07:11:17 -07:00
parent b68ce44d52
commit 78bc7d7909

View File

@@ -15,7 +15,7 @@ const details: Record<
commercial_use: null,
invalid_license: { label: 'License Error', color: 'danger' },
personal_use: { label: 'Personal Use', color: 'notice' },
trialing: { label: 'Trialing', color: 'secondary' },
trialing: { label: 'Commercial Trial', color: 'secondary' },
};
export function LicenseBadge() {