From d988b617644f79554ea694ee07ac12fa3d1ca1b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Thu, 17 Apr 2025 09:01:11 +0100 Subject: [PATCH] chore: update demo final steps content (#9782) https://linear.app/unleash/issue/2-2580/change-text-on-last-steps-of-guides-environment-toggle Updates the demo final steps content as per the designs. Took some liberties for the third topic, as it was always about gradual rollout, not variants. --- frontend/src/component/demo/demo-topics.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/frontend/src/component/demo/demo-topics.tsx b/frontend/src/component/demo/demo-topics.tsx index 3ca08851b7..f641d3d91f 100644 --- a/frontend/src/component/demo/demo-topics.tsx +++ b/frontend/src/component/demo/demo-topics.tsx @@ -76,8 +76,8 @@ export const TOPICS: ITutorialTopic[] = [ content: ( <> - Enable or disable the feature for everyone by - toggling the highlighted switch. + Now you can disable or enable the feature for + everyone by toggling the highlighted switch. }> Look at the demo page to see your changes! @@ -304,8 +304,8 @@ export const TOPICS: ITutorialTopic[] = [ content: ( <> - Finally, enable or disable the feature for your user - by toggling the highlighted switch. + Now you can disable or enable the feature for your + user by toggling the highlighted switch. }> Look at the demo page to see your changes! @@ -428,8 +428,9 @@ export const TOPICS: ITutorialTopic[] = [ content: ( <> - Finally, enable or disable the feature with the new - variant by toggling the highlighted switch. + Now you can disable or enable the feature for the + selected percentage of users by toggling the + highlighted switch. }> Look at the demo page to see your changes! @@ -736,8 +737,8 @@ export const TOPICS: ITutorialTopic[] = [ content: ( <> - Finally, enable or disable the feature with the new - variant by toggling the highlighted switch. + Now you can disable or enable the feature with the + new variant by toggling the highlighted switch. }> Look at the demo page to see your changes!