diff options
author | Matija Čupić <matteeyah@gmail.com> | 2017-12-20 18:19:34 +0100 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2017-12-21 18:00:00 +0100 |
commit | 9e2febf82fa63ff07e513cd400c7a41e4a4fe4bf (patch) | |
tree | e7d6825ae15cd183da52934a8dc23bbcee191b21 /app/views/projects/clusters | |
parent | d2d494196da1f9665034845c19bc5b87c3c67ebd (diff) | |
download | gitlab-ce-9e2febf82fa63ff07e513cd400c7a41e4a4fe4bf.tar.gz |
Environment pattern -> Environment scope
Diffstat (limited to 'app/views/projects/clusters')
-rw-r--r-- | app/views/projects/clusters/_cluster.html.haml | 2 | ||||
-rw-r--r-- | app/views/projects/clusters/index.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/clusters/_cluster.html.haml b/app/views/projects/clusters/_cluster.html.haml index ad696daa259..3943dfc0856 100644 --- a/app/views/projects/clusters/_cluster.html.haml +++ b/app/views/projects/clusters/_cluster.html.haml @@ -4,7 +4,7 @@ .table-mobile-content = link_to cluster.name, namespace_project_cluster_path(@project.namespace, @project, cluster) .table-section.section-30 - .table-mobile-header{ role: "rowheader" }= s_("ClusterIntegration|Environment pattern") + .table-mobile-header{ role: "rowheader" }= s_("ClusterIntegration|Environment scope") .table-mobile-content= cluster.environment_scope .table-section.section-30 .table-mobile-header{ role: "rowheader" }= s_("ClusterIntegration|Project namespace") diff --git a/app/views/projects/clusters/index.html.haml b/app/views/projects/clusters/index.html.haml index bec512be91c..74dbe859eea 100644 --- a/app/views/projects/clusters/index.html.haml +++ b/app/views/projects/clusters/index.html.haml @@ -13,7 +13,7 @@ .table-section.section-30{ role: "rowheader" } = s_("ClusterIntegration|Cluster") .table-section.section-30{ role: "rowheader" } - = s_("ClusterIntegration|Environment pattern") + = s_("ClusterIntegration|Environment scope") .table-section.section-30{ role: "rowheader" } = s_("ClusterIntegration|Project namespace") .table-section.section-10{ role: "rowheader" } |