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

);