diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-12 06:09:17 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-12 06:09:17 +0000 |
commit | 4044a01bd7e32c814217b34c512c3dd02202ea29 (patch) | |
tree | dd18c53884a8b2583c4266c67cb13f47a73fa4d1 /app/views/clusters | |
parent | 08c975cb5d563f887d55e2fda91ec7803ae6fc4f (diff) | |
download | gitlab-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.haml | 2 |
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.") |