From c79bbc74fe9d7d7fb69b05fa4790f428f85fc9eb Mon Sep 17 00:00:00 2001 From: Faton Ramadani Date: Thu, 12 Oct 2023 16:38:47 +0200 Subject: [PATCH] fix(frontend): fix forloop tutorial (#2444) --- .../tutorials/FlowBuilderTutorialsForLoop.svelte | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/lib/components/tutorials/FlowBuilderTutorialsForLoop.svelte b/frontend/src/lib/components/tutorials/FlowBuilderTutorialsForLoop.svelte index 4770c8a135..eaa5b9231f 100644 --- a/frontend/src/lib/components/tutorials/FlowBuilderTutorialsForLoop.svelte +++ b/frontend/src/lib/components/tutorials/FlowBuilderTutorialsForLoop.svelte @@ -252,17 +252,15 @@ { element: '#flow-editor-step-input', popover: { - title: 'flow editor', - description: 'Description' + title: 'Flow inputs', + description: 'UI is autogenerated from your code.' } }, - { element: '#flow-editor-plug', popover: { title: 'Input configuration', - description: - 'UI is autogenerated from your code. Let’s connect the input to the letter input', + description: 'Let’s connect the input to the letter input', onNextClick: () => { clickButtonBySelector('#flow-editor-plug')