Update tooltip on pipeline cancel to say "Stop" (#42946)
This commit is contained in:
parent
ec2e54b363
commit
4edff2ae92
2 changed files with 6 additions and 1 deletions
|
@ -316,7 +316,7 @@
|
|||
v-if="pipeline.flags.cancelable"
|
||||
:endpoint="pipeline.cancel_path"
|
||||
css-class="js-pipelines-cancel-button btn-remove"
|
||||
title="Cancel"
|
||||
title="Stop"
|
||||
icon="close"
|
||||
:pipeline-id="pipeline.id"
|
||||
data-toggle="modal"
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Update tooltip on pipeline cancel to Stop (#42946)
|
||||
merge_request: 17444
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue