Skip to content

Commit

Permalink
fix(pipelines): Correct text about cancelling (#7332)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmquach committed Aug 15, 2019
1 parent 7125c73 commit 20109da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function ExecutionOptionsPageContent(props: IExecutionOptionsPageContentP
{...inputProps}
text={
<>
<strong>Disable concurrent pipeline executions (only run one at a time). </strong>
<strong>Do not automatically cancel pipelines waiting in queue. </strong>
<HelpField id={'pipeline.config.parallel.cancel.queue'} />
</>
}
Expand Down

0 comments on commit 20109da

Please sign in to comment.