Skip to content
Snippets Groups Projects
Commit 9863253a authored by Stan Hu's avatar Stan Hu Committed by GitLab Release Tools Bot
Browse files

Merge branch 'pipeline-labels' into 'master'

Fix tooltip titles for pipeline flags

See merge request gitlab-org/gitlab-ce!24027

(cherry picked from commit f13ec30d)

0f74f6dd Added missing colons near titles.
parent 1614d503
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -65,7 +65,7 @@ export default {
v-if="pipeline.flags.latest"
v-gl-tooltip
class="js-pipeline-url-latest badge badge-success"
title="__('Latest pipeline for this branch')"
:title="__('Latest pipeline for this branch')"
>
latest
</span>
Loading
Loading
@@ -100,7 +100,7 @@ export default {
<span
v-if="pipeline.flags.merge_request"
v-gl-tooltip
title="__('This pipeline is run in a merge request context')"
:title="__('This pipeline is run in a merge request context')"
class="js-pipeline-url-mergerequest badge badge-info"
>
merge request
Loading
Loading
Loading
Loading
@@ -6740,6 +6740,9 @@ msgstr ""
msgid "This page will be removed in a future release."
msgstr ""
 
msgid "This pipeline is run in a merge request context"
msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>"
msgstr ""
 
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