We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658f400 commit ff65310Copy full SHA for ff65310
apps/webapp/app/components/runs/v3/BatchStatus.tsx
@@ -71,7 +71,7 @@ export function batchStatusColor(status: BatchTaskRunStatus): string {
71
export function batchStatusTitle(status: BatchTaskRunStatus): string {
72
switch (status) {
73
case "PENDING":
74
- return "Pending";
+ return "In progress";
75
case "COMPLETED":
76
return "Completed";
77
default: {
0 commit comments