diff --git a/frontend/src/scenes/experiments/ExperimentsPayGate.tsx b/frontend/src/scenes/experiments/ExperimentsPayGate.tsx
index 0a0ebe684e684..7335b3c3b068b 100644
--- a/frontend/src/scenes/experiments/ExperimentsPayGate.tsx
+++ b/frontend/src/scenes/experiments/ExperimentsPayGate.tsx
@@ -8,10 +8,10 @@ export function ExperimentsPayGate(): JSX.Element {
featureKey={AvailableFeature.EXPERIMENTATION}
header={
<>
- Introducing Experimentation!
+ Test changes with statistical significance
>
}
- caption="Improve your product by A/B testing new features to discover what works best for your users."
+ caption="A/B tests, multivariate tests, and robust targeting & exclusion rules. Analyze usage with product analytics and session replay."
docsLink="https://posthog.com/docs/user-guides/experimentation"
/>
)