mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 01:38:26 +02:00
Update label for "trialing" state to "Commercial Trial" in LicenseBadge
This commit is contained in:
@@ -15,7 +15,7 @@ const details: Record<
|
|||||||
commercial_use: null,
|
commercial_use: null,
|
||||||
invalid_license: { label: 'License Error', color: 'danger' },
|
invalid_license: { label: 'License Error', color: 'danger' },
|
||||||
personal_use: { label: 'Personal Use', color: 'notice' },
|
personal_use: { label: 'Personal Use', color: 'notice' },
|
||||||
trialing: { label: 'Trialing', color: 'secondary' },
|
trialing: { label: 'Commercial Trial', color: 'secondary' },
|
||||||
};
|
};
|
||||||
|
|
||||||
export function LicenseBadge() {
|
export function LicenseBadge() {
|
||||||
|
|||||||
Reference in New Issue
Block a user