Commit 34bf7df0 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'latest-pipeline' into 'master'

Updated latest pipeline tag tooltip to be more descriptive

See merge request gitlab-org/gitlab-ce!31624
parents e356ceae b9e21ad8
......@@ -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') }}
......
......@@ -21,7 +21,7 @@
.icon-container
= sprite_icon('flag')
- if @pipeline.latest?
%span.js-pipeline-url-latest.badge.badge-success.has-tooltip{ title: _("Latest pipeline for this branch") }
%span.js-pipeline-url-latest.badge.badge-success.has-tooltip{ title: _("Latest pipeline for the most recent commit on this branch") }
latest
- if @pipeline.has_yaml_errors?
%span.js-pipeline-url-yaml.badge.badge-danger.has-tooltip{ title: @pipeline.yaml_errors }
......
---
title: Updated latest pipeline tag tooltip to be more descriptive
merge_request: 31624
author:
type: changed
......@@ -6502,7 +6502,7 @@ msgstr ""
msgid "Latest changes"
msgstr ""
msgid "Latest pipeline for this branch"
msgid "Latest pipeline for the most recent commit on this branch"
msgstr ""
msgid "Lead"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment