Skip to content
Snippets Groups Projects
Commit b9e21ad8 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra Committed by Filipa Lacerda
Browse files

Updated latest pipeline tag tooltip to be more descriptive

parent e356ceae
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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') }}
Loading
Loading
Loading
Loading
@@ -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 }
Loading
Loading
---
title: Updated latest pipeline tag tooltip to be more descriptive
merge_request: 31624
author:
type: changed
Loading
Loading
@@ -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"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment