Commit a6ab9e35 authored by Mike Greiling's avatar Mike Greiling

Merge branch '34230-fix-popover-image' into 'master'

Fix cluster feature highlight popover image

See merge request gitlab-org/gitlab!19372
parents 4b24b7d3 df5fec59
......@@ -264,7 +264,7 @@
dismiss_endpoint: user_callouts_path } }
- if show_cluster_hint
.feature-highlight-popover-content
= image_tag 'illustrations/cluster_popover.svg', class: 'feature-highlight-illustration'
= image_tag 'illustrations/cluster_popover.svg', class: 'feature-highlight-illustration', lazy: false, alt: _('Kubernetes popover')
.feature-highlight-popover-sub-content
%p= _('Allows you to add and manage Kubernetes clusters.')
%p
......
---
title: Fix cluster feature highlight popover image
merge_request: 19372
author:
type: fixed
......@@ -9543,6 +9543,9 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
msgid "Kubernetes popover"
msgstr ""
msgid "LDAP"
msgstr ""
......
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