summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines/components
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitrie@gitlab.com>2019-08-22 10:20:26 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-08-22 10:20:26 +0000
commitb9e21ad86fd176b5388c7b37d250d5ec60bc9abe (patch)
tree482a6185260754a0d0881e7cea2e8247dc256913 /app/assets/javascripts/pipelines/components
parente356ceae8c70f5d21f5b33cee389945ece4263d9 (diff)
downloadgitlab-ce-b9e21ad86fd176b5388c7b37d250d5ec60bc9abe.tar.gz
Updated latest pipeline tag tooltip to be more descriptive
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 4efc1d2408a..a08f732dda7 100644
--- a/app/assets/javascripts/pipelines/components/pipeline_url.vue
+++ b/app/assets/javascripts/pipelines/components/pipeline_url.vue
@@ -67,7 +67,7 @@ export default {
<span
v-if="pipeline.flags.latest"
v-gl-tooltip
- :title="__('Latest pipeline for this branch')"
+ :title="__('Latest pipeline for the most recent commit on this branch')"
class="js-pipeline-url-latest badge badge-success"
>
{{ __('latest') }}