Commit 73f2e6fe authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'update_health_empty_state_message' into 'master'

Update Health tab empty message to new tab

See merge request gitlab-org/gitlab!58982
parents 43c8d4d3 aa015810
......@@ -3,4 +3,4 @@
#prometheus-graphs{ data: @cluster.health_data(clusterable) }
- else
%p.settings-message.text-center= s_("ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus in the Applications tab.")
%p.settings-message.text-center= s_("ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab.")
......@@ -7017,7 +7017,7 @@ msgstr ""
msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
msgstr ""
msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus in the Applications tab."
msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
......
......@@ -33,7 +33,7 @@ RSpec.describe 'Cluster Health board', :js, :kubeclient, :use_clean_rails_memory
click_link 'Health'
expect(page).to have_text('you must first install Prometheus in the Applications tab')
expect(page).to have_text('you must first enable Prometheus in the Integrations tab')
end
end
......
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