mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 00:03:07 +00:00
fix(frontend): fix tutorial typos (#2852)
* fix(frontend): fix tutorial typos * feat(frontend): fix wording * feat(frontend): fix wording
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
|
||||
@@ -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.'
|
||||
}
|
||||
|
||||
@@ -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.'
|
||||
}
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
@@ -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: () => {
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user