diff --git a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx index 9c457e2c8..2aaf2039d 100644 --- a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx +++ b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx @@ -1416,7 +1416,7 @@ export default function ProcessInstanceListTable({ return getHeaderLabel((column as any).Header); }); if (showActionsColumn) { - headers.push('Actions'); + headers.push('Action'); } const rows = processInstances.map((row: any) => {