diff options
author | Chris Peressini <cperessini@gitlab.com> | 2017-12-04 11:12:58 +0100 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2017-12-11 15:30:39 +0100 |
commit | e292752bd265d347ec9803b558ecbfce1473c387 (patch) | |
tree | 1e85745532cff251596db86d09914f05e31dfb7c /app/views/projects/clusters | |
parent | d606062e9d1b38c6aeeac6fa3e23abfca10df59a (diff) | |
download | gitlab-ce-e292752bd265d347ec9803b558ecbfce1473c387.tar.gz |
Change copy on list header
Diffstat (limited to 'app/views/projects/clusters')
-rw-r--r-- | app/views/projects/clusters/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/clusters/index.html.haml b/app/views/projects/clusters/index.html.haml index 4399905a7a1..e71b2797b14 100644 --- a/app/views/projects/clusters/index.html.haml +++ b/app/views/projects/clusters/index.html.haml @@ -7,7 +7,7 @@ - else .top-area.adjust .nav-text - = s_("ClusterIntegration|Control your environments separately by adding multiple clusters to your project") + = s_("ClusterIntegration|Clusters can be used to deploy applications and to provide Review Apps for this project") .pull-right.nav-bar-right = link_to s_("ClusterIntegration|Add cluster"), new_project_cluster_path(@project), class: "btn btn-success disabled has-tooltip js-add-cluster", title: s_("ClusterIntegration|Multiple clusters are available in GitLab Entreprise Edition Premium and Ultimate") .ci-table.js-clusters-list |