File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/webapp/app/components/run Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments