From 294eff7873a9e8c2ff6ef335ded1227ded6bbd63 Mon Sep 17 00:00:00 2001 From: burnettk Date: Mon, 19 Jun 2023 08:27:06 -0400 Subject: [PATCH] processes to process models --- docs/quick_start/quick_start.md | 2 +- spiffworkflow-frontend/src/components/NavigationBar.tsx | 2 +- spiffworkflow-frontend/src/routes/CreateNewInstance.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quick_start/quick_start.md b/docs/quick_start/quick_start.md index 529155b1d..e38ccc9f4 100644 --- a/docs/quick_start/quick_start.md +++ b/docs/quick_start/quick_start.md @@ -77,7 +77,7 @@ With SpiffWorkflow, you can easily initiate a new process instance. Here's a ste ### Step 1: Sign in and navigate to Home section -The first thing you need to do is sign in to your account on SpiffWorkflow. Once you're signed in, you'll see three tabs in the Home section: In progress, Completed, and Start New. If you want to start a new process, click the "Start New +" button. This will bring up "Processes I can start" section. +The first thing you need to do is sign in to your account on SpiffWorkflow. Once you're signed in, you'll see three tabs in the Home section: In progress, Completed, and Start New. If you want to start a new process, click the "Start New +" button. This will bring up "Process Models I can start" section. ![Untitled](images/Untitled_6.png) diff --git a/spiffworkflow-frontend/src/components/NavigationBar.tsx b/spiffworkflow-frontend/src/components/NavigationBar.tsx index 26a75b3ba..ed891cbdd 100644 --- a/spiffworkflow-frontend/src/components/NavigationBar.tsx +++ b/spiffworkflow-frontend/src/components/NavigationBar.tsx @@ -212,7 +212,7 @@ export default function NavigationBar() { isCurrentPage={isActivePage('/admin/process-groups')} data-qa="header-nav-processes" > - Processes + Process Models Processes I can start} + headerElement={

Process Models I can start

} checkPermissions={false} /> );