Skip to content
Snippets Groups Projects
Commit 0f74f6dd authored by Alexander Kutelev's avatar Alexander Kutelev
Browse files

Added missing colons near titles.

parent 5dc656fc
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
@@ -6821,6 +6821,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