summaryrefslogtreecommitdiff
path: root/app/views/clusters
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-12 06:09:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-12 06:09:17 +0000
commit4044a01bd7e32c814217b34c512c3dd02202ea29 (patch)
treedd18c53884a8b2583c4266c67cb13f47a73fa4d1 /app/views/clusters
parent08c975cb5d563f887d55e2fda91ec7803ae6fc4f (diff)
downloadgitlab-ce-4044a01bd7e32c814217b34c512c3dd02202ea29.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/clusters')
-rw-r--r--app/views/clusters/clusters/_health.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/clusters/clusters/_health.html.haml b/app/views/clusters/clusters/_health.html.haml
index 5400bd7f201..025f52d8771 100644
--- a/app/views/clusters/clusters/_health.html.haml
+++ b/app/views/clusters/clusters/_health.html.haml
@@ -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.")