From 0bee07ddec386e809cd72429e843272ef3770516 Mon Sep 17 00:00:00 2001 From: sjaanus Date: Thu, 28 Nov 2024 13:48:07 +0200 Subject: [PATCH] chore: update texts --- src/lib/features/project-environments/environments.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/features/project-environments/environments.ts b/src/lib/features/project-environments/environments.ts index 0ccc75656d..8664d00174 100644 --- a/src/lib/features/project-environments/environments.ts +++ b/src/lib/features/project-environments/environments.ts @@ -113,7 +113,7 @@ export default class EnvironmentsController extends Controller { operationId: 'addDefaultStrategyToProjectEnvironment', summary: 'Set environment-default strategy', description: - 'Sets a default strategy for this environment. Unleash will use this strategy by default when enabling a toggle. Use the wild card "*" for `:environment` to add to all environments. ', + 'Sets a default strategy for this environment. Unleash will use this strategy by default when enabling a feature flag. Use the wild card "*" for `:environment` to add to all environments. ', requestBody: createRequestSchema( 'createFeatureStrategySchema', ),