From 94ac1cf8de9804584536b11bf97a7138f8558956 Mon Sep 17 00:00:00 2001 From: jasquat Date: Mon, 15 May 2023 10:34:30 -0400 Subject: [PATCH] updated headers for the homepage in progress tab --- spiffworkflow-frontend/src/routes/InProgressInstances.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spiffworkflow-frontend/src/routes/InProgressInstances.tsx b/spiffworkflow-frontend/src/routes/InProgressInstances.tsx index 2e17cfc5..0ad926ec 100644 --- a/spiffworkflow-frontend/src/routes/InProgressInstances.tsx +++ b/spiffworkflow-frontend/src/routes/InProgressInstances.tsx @@ -22,7 +22,7 @@ export default function InProgressInstances() { const titleText = `This is a list of instances with tasks that are waiting for the ${userGroup} group.`; const headerElement = (

- Instances with tasks waiting for {userGroup} + Waiting for {userGroup}

); return ( @@ -61,7 +61,7 @@ export default function InProgressInstances() { 'This is a list of instances that have tasks that you can complete.'; const waitingForMeHeaderElement = (

- Instances with tasks waiting for me + Waiting for me

);