feat(license): rename premium tier to Pro Intelligence

This commit is contained in:
rcourtman
2025-12-23 00:30:55 +00:00
parent e4ec73a4cb
commit 8952c9c8a0
+3 -3
View File
@@ -93,11 +93,11 @@ func GetTierDisplayName(tier Tier) string {
case TierFree:
return "Free"
case TierPro:
return "Pro (Monthly)"
return "Pro Intelligence (Monthly)"
case TierProAnnual:
return "Pro (Annual)"
return "Pro Intelligence (Annual)"
case TierLifetime:
return "Pro (Lifetime)"
return "Pro Intelligence (Lifetime)"
case TierMSP:
return "MSP"
case TierEnterprise: