summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines/components
diff options
context:
space:
mode:
authorjakeburden <jburden@gitlab.com>2019-08-16 10:15:50 -0400
committerjakeburden <jburden@gitlab.com>2019-08-19 12:17:09 -0400
commit250318cfee658ee42594fb594b997949fa9a3dbd (patch)
treeb5fb8ac653cc134c4d28728afbd46dd52928b396 /app/assets/javascripts/pipelines/components
parentde9e5068fda66f653346525799b72be536df3e12 (diff)
downloadgitlab-ce-250318cfee658ee42594fb594b997949fa9a3dbd.tar.gz
Update tooltip of "detached" label/state66061-update-tooltip-of-detached-label-state
Diffstat (limited to 'app/assets/javascripts/pipelines/components')
-rw-r--r--app/assets/javascripts/pipelines/components/pipeline_url.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pipelines/components/pipeline_url.vue b/app/assets/javascripts/pipelines/components/pipeline_url.vue
index e01080b04d6..4efc1d2408a 100644
--- a/app/assets/javascripts/pipelines/components/pipeline_url.vue
+++ b/app/assets/javascripts/pipelines/components/pipeline_url.vue
@@ -104,7 +104,7 @@ export default {
v-gl-tooltip
:title="
__(
- 'The code of a detached pipeline is tested against the source branch instead of merged results',
+ 'Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results.',
)
"
class="js-pipeline-url-detached badge badge-info"