diff options
author | jakeburden <jburden@gitlab.com> | 2019-08-19 15:02:36 -0400 |
---|---|---|
committer | jakeburden <jburden@gitlab.com> | 2019-08-19 15:02:36 -0400 |
commit | a59c9a137eb0a141bebdd0fffcb2e14fab54c4b5 (patch) | |
tree | 909ea3a9312e433d6233c37dbb9eaa74841a1ea3 | |
parent | 250318cfee658ee42594fb594b997949fa9a3dbd (diff) | |
download | gitlab-ce-a59c9a137eb0a141bebdd0fffcb2e14fab54c4b5.tar.gz |
Mark detached tooltip for translation
-rw-r--r-- | app/views/projects/pipelines/_info.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/_info.html.haml b/app/views/projects/pipelines/_info.html.haml index 862dc394315..9614f33fe2f 100644 --- a/app/views/projects/pipelines/_info.html.haml +++ b/app/views/projects/pipelines/_info.html.haml @@ -43,7 +43,7 @@ } } Auto DevOps - if @pipeline.detached_merge_request_pipeline? - %span.js-pipeline-url-mergerequest.badge.badge-info.has-tooltip{ title: "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results." } + %span.js-pipeline-url-mergerequest.badge.badge-info.has-tooltip{ title: _('Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more on the documentation for Pipelines for Merged Results.') } detached - if @pipeline.stuck? %span.js-pipeline-url-stuck.badge.badge-warning |