diff --git a/web/app/components/workflow/panel/run-history.tsx b/web/app/components/workflow/panel/run-history.tsx index dd49411a06..ef1d46d434 100644 --- a/web/app/components/workflow/panel/run-history.tsx +++ b/web/app/components/workflow/panel/run-history.tsx @@ -82,7 +82,7 @@ const RunHistory = () => { item.id === workflowRunId && 'text-primary-600', )} > - {`Test ${isChatMode ? 'Chat' : 'Run'} Run#${item.sequence_number}`} + {`Test ${isChatMode ? 'Chat' : 'Run'}#${item.sequence_number}`}