Skip to content

Commit fb93042

Browse files
committed
Tweaked wording of tooltips
1 parent f9aec47 commit fb93042

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/webapp/app/components/run/RunTimeline.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -856,16 +856,16 @@ function getHelpTextForEvent(event: string): string | undefined {
856856
return "When the run was initially triggered";
857857
}
858858
case "Dequeued": {
859-
return "When the run was taken from the queue for processing";
859+
return "When the run is taken from the queue for processing";
860860
}
861861
case "Started": {
862-
return "When the run began execution";
862+
return "When the run begins executing";
863863
}
864864
case "Finished": {
865-
return "The run completed execution";
865+
return "When the run completes execution";
866866
}
867867
case "Expired": {
868-
return "The run expired before it could be processed";
868+
return "When the run expires before it can be processed";
869869
}
870870
default: {
871871
return undefined;

0 commit comments

Comments
 (0)