From 11c48171bd7c74d2f07d964d42de1a4ce8ae6924 Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Wed, 9 Aug 2023 13:11:07 +0200 Subject: [PATCH] fix: Demo for old variants (#4455) --- frontend/src/component/demo/demo-topics.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/src/component/demo/demo-topics.tsx b/frontend/src/component/demo/demo-topics.tsx index 79c1baef4b..a45f74724c 100644 --- a/frontend/src/component/demo/demo-topics.tsx +++ b/frontend/src/component/demo/demo-topics.tsx @@ -429,18 +429,19 @@ export const TOPICS: ITutorialTopic[] = [ <> - Strategy variants + Feature toggle variants {' '} - allow you to define different values for a matching - strategy. They can be used for A/B testing or + allow you to define different values for a feature + toggle. They can be used for A/B testing or segmenting your users. - Let's try adding a variant to a strategy. + Let's try adding a variant to a feature toggle, + along with an override so our user can see it. ),