Skip to content

Commit 65c9589

Browse files
rename workflow editor "Workflow Report" to "Workflow Report Template"
Trying to make it obvious that this is a report "template" and not the final report which is generated via this template.
1 parent a63f3a1 commit 65c9589

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/src/components/Workflow/Editor/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
ref="markdownEditor"
119119
:markdown-text="report.markdown"
120120
mode="report"
121-
:title="'Workflow Report: ' + name"
121+
:title="'Workflow Report Template: ' + name"
122122
:labels="getLabels"
123123
:steps="steps"
124124
@insert="insertMarkdown"

client/src/components/Workflow/Editor/modules/activities.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ export function useWorkflowActivities(
103103
{
104104
title: "Report",
105105
id: "workflow-editor-report",
106-
description: "Edit the report for this workflow.",
107-
tooltip: "Edit workflow report",
106+
description: "Edit the report template for this workflow.",
107+
tooltip: "Edit workflow report template",
108108
icon: faEdit,
109109
panel: true,
110110
visible: true,

0 commit comments

Comments
 (0)