diff --git a/frontend/src/component/releases/ReleasePlanTemplate/TemplateForm/MilestoneStrategy/ReleasePlanTemplateAddStrategyForm.tsx b/frontend/src/component/releases/ReleasePlanTemplate/TemplateForm/MilestoneStrategy/ReleasePlanTemplateAddStrategyForm.tsx index 79ae63290c..b318fbb8d0 100644 --- a/frontend/src/component/releases/ReleasePlanTemplate/TemplateForm/MilestoneStrategy/ReleasePlanTemplateAddStrategyForm.tsx +++ b/frontend/src/component/releases/ReleasePlanTemplate/TemplateForm/MilestoneStrategy/ReleasePlanTemplateAddStrategyForm.tsx @@ -109,11 +109,6 @@ const StyledBox = styled(Box)(({ theme }) => ({ marginTop: theme.spacing(3.5), })); -const StyledTargetingHeader = styled('div')(({ theme }) => ({ - color: theme.palette.text.secondary, - marginTop: theme.spacing(1.5), -})); - const StyledDivider = styled(Divider)(({ theme }) => ({ width: '100%', })); @@ -315,24 +310,24 @@ export const ReleasePlanTemplateAddStrategyForm = ({ )} {activeTab === 1 && ( <> - + Segmentation and constraints allow you to set filters on your strategies, so that they will only be evaluated for users and applications that match the specified preconditions. - - - - - - - + + + + + + + )} {activeTab === 2 && showVariants && (