diff --git a/spiffworkflow-frontend/src/routes/CreateNewInstance.tsx b/spiffworkflow-frontend/src/routes/CreateNewInstance.tsx index 6d6d133f0..551e3abb5 100644 --- a/spiffworkflow-frontend/src/routes/CreateNewInstance.tsx +++ b/spiffworkflow-frontend/src/routes/CreateNewInstance.tsx @@ -2,6 +2,6 @@ import ProcessModelListTiles from '../components/ProcessModelListTiles'; export default function CreateNewInstance() { return ( - Processes you can start} /> + Processes I can start} /> ); }