We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba210d commit 40a0b2eCopy full SHA for 40a0b2e
common/src/constants/subscription-plans.ts
@@ -1,4 +1,4 @@
1
-export const SUBSCRIPTION_DISPLAY_NAME = 'Flex' as const
+export const SUBSCRIPTION_DISPLAY_NAME = 'Strong' as const
2
3
export interface TierConfig {
4
monthlyPrice: number
web/src/app/profile/components/usage-display.tsx
@@ -58,8 +58,8 @@ const grantTypeInfo: Record<
58
text: 'text-indigo-600 dark:text-indigo-400',
59
gradient: 'from-indigo-500/70 to-indigo-600/70',
60
icon: <Star className="h-4 w-4" />,
61
- label: 'Flex',
62
- description: 'Credits from your Flex subscription',
+ label: 'Strong',
+ description: 'Credits from your Strong subscription',
63
},
64
referral: {
65
bg: 'bg-green-500',
0 commit comments