diff --git a/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx b/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx
index e561fd378c..48f6d1f5db 100644
--- a/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx
+++ b/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx
@@ -98,16 +98,21 @@ const StrategyDeprecationWarning = () => (
version. We recommend not using custom strategies going forward and
instead using the gradual rollout strategy with{' '}
constraints
+ {' '}
+ and{' '}
+
+ variants
- . If you have a need for custom strategies that you cannot support with
- constraints, please reach out to us.
+ .
);