From ca52d4a38562f1cced2194dca36e7b8ccb0dffcd Mon Sep 17 00:00:00 2001 From: "Wei-Chun, Chang" Date: Mon, 30 Dec 2024 09:00:16 +0700 Subject: [PATCH] Refine wording Signed-off-by: Wei-Chun, Chang --- .../components/onboarding-guide/OnboardingGuide.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/js/src/components/onboarding-guide/OnboardingGuide.tsx b/js/src/components/onboarding-guide/OnboardingGuide.tsx index ded70ded..e0d7a849 100644 --- a/js/src/components/onboarding-guide/OnboardingGuide.tsx +++ b/js/src/components/onboarding-guide/OnboardingGuide.tsx @@ -62,26 +62,26 @@ const SingleEnvGuide = ({ isGuideOpen, closeGuide }: GuideProps) => { return ( - - All node in one environment + + All nodes displayed - The lineage shows all nodes since only one environment (target) so - no modified node. + In a single environment with only a target, no nodes are marked as + changed. - Want to see modified nodes? Get the target-base prepared.{" "} + To see changed nodes, configure a target-base.{" "} - See instruction here. + Learn how.