diff --git a/src-web/components/LicenseBadge.tsx b/src-web/components/LicenseBadge.tsx index 3f1cc37a..3800a043 100644 --- a/src-web/components/LicenseBadge.tsx +++ b/src-web/components/LicenseBadge.tsx @@ -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() {