diff --git a/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureStrategyList/StrategyList/StrategyItem/FeatureStrategyItem.tsx b/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureStrategyList/StrategyList/StrategyItem/FeatureStrategyItem.tsx
index aaf4bb1fa2..71ab0ab1ee 100644
--- a/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureStrategyList/StrategyList/StrategyItem/FeatureStrategyItem.tsx
+++ b/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureStrategyList/StrategyList/StrategyItem/FeatureStrategyItem.tsx
@@ -22,7 +22,7 @@ export const FeatureStrategyItem = ({
const label =
result.evaluationStatus === 'incomplete' ||
result.evaluationStatus === 'unevaluated'
- ? 'Unevaluated'
+ ? 'Not evaluated'
: result.enabled
? 'True'
: 'False';
@@ -33,12 +33,14 @@ export const FeatureStrategyItem = ({
strategyHeaderLevel={4}
className={className}
headerItemsLeft={
-
+ strategy.disabled ? null : (
+
+ )
}
>