Update tooltip on pipeline cancel to say "Stop" (#42946)

This commit is contained in:
Dylan Griffith 2018-03-01 16:18:37 +11:00
parent ec2e54b363
commit 4edff2ae92
2 changed files with 6 additions and 1 deletions

View file

@ -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"

View file

@ -0,0 +1,5 @@
---
title: Update tooltip on pipeline cancel to Stop (#42946)
merge_request: 17444
author:
type: fixed