Commit b9e21ad8 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra Committed by Filipa Lacerda

Updated latest pipeline tag tooltip to be more descriptive

parent e356ceae
......@@ -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