diff --git a/apps/web/config/feature-flags.config.ts b/apps/web/config/feature-flags.config.ts index 75c14f805..a99a1cf1a 100644 --- a/apps/web/config/feature-flags.config.ts +++ b/apps/web/config/feature-flags.config.ts @@ -20,7 +20,7 @@ const FeatureFlagsSchema = z.object({ enableTeamAccounts: z.boolean({ description: 'Enable team accounts.', required_error: - 'Provide the variable NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS_DELETION', + 'Provide the variable NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS', }), enableTeamCreation: z.boolean({ description: 'Enable team creation.',