summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-01-04 01:55:18 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-01-04 01:55:18 +0100
commit5d3ade5cebfaefa38f888d2b2c3ae85c131ada7f (patch)
tree094e2f42683de4887535433dd1ae8c0c8f6404d5
parentfea009bfdacad62f03d0cf3ea02d54ec9989390c (diff)
downloadgitlab-ce-5d3ade5cebfaefa38f888d2b2c3ae85c131ada7f.tar.gz
Update Advanced cluster settings subtitle
-rw-r--r--app/views/projects/clusters/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/clusters/show.html.haml b/app/views/projects/clusters/show.html.haml
index c15785806b9..1f5426dcfa5 100644
--- a/app/views/projects/clusters/show.html.haml
+++ b/app/views/projects/clusters/show.html.haml
@@ -40,6 +40,6 @@
%h4= _('Advanced settings')
%button.btn.js-settings-toggle
= expanded ? 'Collapse' : 'Expand'
- %p= s_('ClusterIntegration|Manage cluster integration on your GitLab project')
+ %p= s_("ClusterIntegration|Advanced options on this cluster's integration")
.settings-content
= render 'advanced_settings'