Skip to content

Commit

Permalink
chore: update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Nov 28, 2024
1 parent 61cb218 commit 0bee07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/features/project-environments/environments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
),
Expand Down

0 comments on commit 0bee07d

Please sign in to comment.