diff --git a/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureDetails/FeatureDetails.tsx b/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureDetails/FeatureDetails.tsx index 8c61eb84bd..2cf2d2b0f2 100644 --- a/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureDetails/FeatureDetails.tsx +++ b/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureDetails/FeatureDetails.tsx @@ -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 =