1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

chore: update texts

This commit is contained in:
sjaanus 2024-11-28 13:48:07 +02:00
parent 61cb218d4d
commit 0bee07ddec
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF

View File

@ -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',
),