Skip to content

Commit

Permalink
Minor adjustment to header text (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Bula <[email protected]>
  • Loading branch information
tlawrie and timrbula authored Mar 22, 2022
1 parent bcaf478 commit 423071e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/Components/WorkflowsHeader/WorkflowsHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,14 @@ const WorkflowsHeader: React.FC<WorkflowsHeaderProps> = ({
{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})`}
</HeaderTitle>
{scope === WorkflowScope.User && (
<HeaderSubtitle className={styles.headerMessage}>
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.
</HeaderSubtitle>
)}
</>
Expand Down

0 comments on commit 423071e

Please sign in to comment.