diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-01-04 01:55:18 +0100 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-01-04 01:55:18 +0100 |
commit | 5d3ade5cebfaefa38f888d2b2c3ae85c131ada7f (patch) | |
tree | 094e2f42683de4887535433dd1ae8c0c8f6404d5 /app | |
parent | fea009bfdacad62f03d0cf3ea02d54ec9989390c (diff) | |
download | gitlab-ce-5d3ade5cebfaefa38f888d2b2c3ae85c131ada7f.tar.gz |
Update Advanced cluster settings subtitle
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/clusters/show.html.haml | 2 |
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' |