Skip to content

Commit ff65310

Browse files
matt-aitkenericallam
authored andcommitted
Renamed pending to “In progress”
1 parent 658f400 commit ff65310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/runs/v3/BatchStatus.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function batchStatusColor(status: BatchTaskRunStatus): string {
7171
export function batchStatusTitle(status: BatchTaskRunStatus): string {
7272
switch (status) {
7373
case "PENDING":
74-
return "Pending";
74+
return "In progress";
7575
case "COMPLETED":
7676
return "Completed";
7777
default: {

0 commit comments

Comments
 (0)