From 423071ebcae8824eb6b370bf0d2a78be4103af3f Mon Sep 17 00:00:00 2001 From: Tyson Lawrie Date: Tue, 22 Mar 2022 12:11:02 +1100 Subject: [PATCH] Minor adjustment to header text (#130) Co-authored-by: Tim Bula --- src/Components/WorkflowsHeader/WorkflowsHeader.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/Components/WorkflowsHeader/WorkflowsHeader.tsx b/src/Components/WorkflowsHeader/WorkflowsHeader.tsx index fa3d2a7fe..b1a216641 100644 --- a/src/Components/WorkflowsHeader/WorkflowsHeader.tsx +++ b/src/Components/WorkflowsHeader/WorkflowsHeader.tsx @@ -46,15 +46,14 @@ const WorkflowsHeader: React.FC = ({ {scope === WorkflowScope.System ? `System Workflows (${workflowsCount})` : scope === WorkflowScope.Template - ? `Template Workflows (${workflowsCount})` - : scope === WorkflowScope.Team - ? `Team Workflows (${workflowsCount})` - : `Workflows (${workflowsCount})`} + ? `Template Workflows (${workflowsCount})` + : scope === WorkflowScope.Team + ? `Team Workflows (${workflowsCount})` + : `Workflows (${workflowsCount})`} {scope === WorkflowScope.User && ( - Your personal playground to create and execute automation and work smarter. To collaborate on workflows, - create a team. + Your personal playground to create and execute automation and work smarter. Use teams to collaborate on workflows. )}