From 28b8c4be833efd0b4c56584945b823c4e4fafa7a Mon Sep 17 00:00:00 2001 From: Faton Ramadani Date: Thu, 14 Dec 2023 15:27:23 +0100 Subject: [PATCH] fix(frontend): fix tutorial typos (#2852) * fix(frontend): fix tutorial typos * feat(frontend): fix wording * feat(frontend): fix wording --- frontend/src/lib/components/tutorials/FlowBranchAll.svelte | 2 +- frontend/src/lib/components/tutorials/FlowBranchOne.svelte | 2 +- .../components/tutorials/FlowBuilderTutorialSimpleFlow.svelte | 2 +- .../lib/components/tutorials/FlowBuilderTutorialsForLoop.svelte | 2 +- frontend/src/lib/components/tutorials/FlowErrorHandler.svelte | 2 +- frontend/src/lib/components/tutorials/app/AppTutorial.svelte | 2 +- .../tutorials/app/ExpressionEvaluationTutorial.svelte | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/lib/components/tutorials/FlowBranchAll.svelte b/frontend/src/lib/components/tutorials/FlowBranchAll.svelte index 12b403db6d..88eaff5496 100644 --- a/frontend/src/lib/components/tutorials/FlowBranchAll.svelte +++ b/frontend/src/lib/components/tutorials/FlowBranchAll.svelte @@ -29,7 +29,7 @@ const steps = [ { popover: { - title: 'Welcome to the Windmil Flow editor', + title: 'Branch all tutorial', description: 'Learn how to build our first branch to be executed on a condition. You can use arrow keys to navigate' } diff --git a/frontend/src/lib/components/tutorials/FlowBranchOne.svelte b/frontend/src/lib/components/tutorials/FlowBranchOne.svelte index 6841aaafae..d7fbea5880 100644 --- a/frontend/src/lib/components/tutorials/FlowBranchOne.svelte +++ b/frontend/src/lib/components/tutorials/FlowBranchOne.svelte @@ -35,7 +35,7 @@ const steps = [ { popover: { - title: 'Welcome to the Windmil Flow editor', + title: 'Branch one tutorial', description: 'Learn how to build our first branch to be executed on a condition. You can use arrow keys to navigate' } diff --git a/frontend/src/lib/components/tutorials/FlowBuilderTutorialSimpleFlow.svelte b/frontend/src/lib/components/tutorials/FlowBuilderTutorialSimpleFlow.svelte index e34cd52cd4..52ef839603 100644 --- a/frontend/src/lib/components/tutorials/FlowBuilderTutorialSimpleFlow.svelte +++ b/frontend/src/lib/components/tutorials/FlowBuilderTutorialSimpleFlow.svelte @@ -32,7 +32,7 @@ getSteps={(driver) => [ { popover: { - title: 'Welcome to the Windmil Flow editor', + title: 'Flow builder tutorial', description: 'Learn how to build powerful flows in a few steps. You can use arrow keys to navigate.' } diff --git a/frontend/src/lib/components/tutorials/FlowBuilderTutorialsForLoop.svelte b/frontend/src/lib/components/tutorials/FlowBuilderTutorialsForLoop.svelte index e7e48d04fb..4a285940a5 100644 --- a/frontend/src/lib/components/tutorials/FlowBuilderTutorialsForLoop.svelte +++ b/frontend/src/lib/components/tutorials/FlowBuilderTutorialsForLoop.svelte @@ -40,7 +40,7 @@ return [ { popover: { - title: 'Welcome to the Windmil Flow editor', + title: 'For loops tutorial', description: 'Learn how to build our first for loop to iterate on. You can use arrow keys to navigate.' } diff --git a/frontend/src/lib/components/tutorials/FlowErrorHandler.svelte b/frontend/src/lib/components/tutorials/FlowErrorHandler.svelte index 780bce9c58..c2f812a2bc 100644 --- a/frontend/src/lib/components/tutorials/FlowErrorHandler.svelte +++ b/frontend/src/lib/components/tutorials/FlowErrorHandler.svelte @@ -25,7 +25,7 @@ getSteps={(driver) => [ { popover: { - title: 'Welcome to the Windmil Flow editor', + title: 'Error handler tutorial', description: 'Learn how to recover from an error. You can use arrow keys to navigate.', onNextClick: () => { $flowStore.value.modules = [ diff --git a/frontend/src/lib/components/tutorials/app/AppTutorial.svelte b/frontend/src/lib/components/tutorials/app/AppTutorial.svelte index 6ff9b3a0d0..a4b6fa9313 100644 --- a/frontend/src/lib/components/tutorials/app/AppTutorial.svelte +++ b/frontend/src/lib/components/tutorials/app/AppTutorial.svelte @@ -52,7 +52,7 @@ const steps = [ { popover: { - title: 'Welcome to the App editor tutorial !', + title: 'App editor tutorial', description: 'This tutorial will show you how to use the App editor, add components, background scripts and connect them.', onNextClick: () => { diff --git a/frontend/src/lib/components/tutorials/app/ExpressionEvaluationTutorial.svelte b/frontend/src/lib/components/tutorials/app/ExpressionEvaluationTutorial.svelte index e8e076b9b9..e986b05719 100644 --- a/frontend/src/lib/components/tutorials/app/ExpressionEvaluationTutorial.svelte +++ b/frontend/src/lib/components/tutorials/app/ExpressionEvaluationTutorial.svelte @@ -20,7 +20,7 @@ getSteps={(driver) => [ { popover: { - title: 'Welcome to the Windmil Flow editor', + title: 'Expression evaluation tutorial', description: 'Learn how to build our first branch to be executed on a condition. You can use arrow keys to navigate' }