1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

Update src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureDetails/FeatureDetails.tsx

Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
This commit is contained in:
andreas-unleash 2022-08-09 10:08:44 +03:00 committed by GitHub
parent 418ab0adbd
commit d0a04348f3

View File

@ -52,7 +52,7 @@ export const FeatureDetails = ({
: undefined;
const customStrategiesTxt = hasCustomStrategies(feature)
? `You have custom strategies. Custom strategies can't be evaluated and they will be set as Unevaluated`
? `This feature uses custom strategies. Custom strategies can't be evaluated, so they will be marked as Unevaluated`
: undefined;
const onCloseClick =