You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web-frontend/modules/automation/locales/en.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,29 @@
1
1
{
2
-
"welcomeGuidedTourStep": {
2
+
"automationWelcomeGuidedTourStep": {
3
3
"title": "Welcome to Baserow Automations!",
4
4
"content": "Let's take a quick tour. You'll see how to set up triggers, add actions, test your workflow, and publish it — no coding required."
5
5
},
6
-
"graphGuidedTourStep": {
6
+
"automationGraphGuidedTourStep": {
7
7
"title": "Manage your workflow graph here",
8
8
"content": "Create a trigger and actions here to define what the workflow should do. Select a trigger or action to configure it in the side panel."
9
9
},
10
-
"testRunGuidedTourStep": {
10
+
"automationTestRunGuidedTourStep": {
11
11
"title": "Test your workflow",
12
12
"content": "When you're ready, start a test run to see your workflow in action. The trigger will run once to simulate a full execution."
13
13
},
14
-
"historyGuidedTourStep": {
14
+
"automationHistoryGuidedTourStep": {
15
15
"title": "View workflow history",
16
16
"content": "Use the history panel to review past test runs and published executions. It's a great way to debug or confirm results."
17
17
},
18
-
"publishGuidedTourStep": {
18
+
"automationPublishGuidedTourStep": {
19
19
"title": "Publish your workflow",
20
20
"content": "Once you've tested and refined your setup, publish your workflow to make it live. Its trigger will now run automatically on schedule."
21
21
},
22
-
"workflowStateGuidedTourStep": {
22
+
"automationWorkflowStateGuidedTourStep": {
23
23
"title": "Control workflow state",
24
24
"content": "From here, you can pause or resume your workflow at any time. You're always in control of whether it's active or disabled."
25
25
},
26
-
"docsGuidedTourStep": {
26
+
"automationDocsGuidedTourStep": {
27
27
"title": "Explore the documentation",
28
28
"content": "If you ever get stuck or want to learn more, click the highlighted button for detailed guides and FAQs about building automations in Baserow."
0 commit comments