From ecf0a423be614b6652bd02c52339ccb97db34d52 Mon Sep 17 00:00:00 2001 From: burnettk Date: Mon, 19 Jun 2023 09:08:46 -0400 Subject: [PATCH] Revert "processes to process models" This reverts commit 294eff7873a9e8c2ff6ef335ded1227ded6bbd63. --- 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 e38ccc9f4..529155b1d 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 "Process Models 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 "Processes 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 ed891cbdd..26a75b3ba 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" > - Process Models + Processes Process Models I can start} + headerElement={

Processes I can start

} checkPermissions={false} /> );