summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbikebilly <fabio@gitlab.com>2017-11-06 09:58:50 +0100
committerbikebilly <fabio@gitlab.com>2017-11-06 09:58:50 +0100
commit59bf1818580b5e4378c61e812942d9321c87fa66 (patch)
treebff553b951f378b9998ac098ec5019ca3360fdd3
parente020f4cf395f318aad4b0eafa35fbc89dd267cfc (diff)
downloadgitlab-ce-39648-fix-gke-wording.tar.gz
Delete old line39648-fix-gke-wording
-rw-r--r--app/views/projects/clusters/_header.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/clusters/_header.html.haml b/app/views/projects/clusters/_header.html.haml
index 4eb443f54ab..beb798e7154 100644
--- a/app/views/projects/clusters/_header.html.haml
+++ b/app/views/projects/clusters/_header.html.haml
@@ -11,5 +11,4 @@
= s_('ClusterIntegration|Make sure your account %{link_to_requirements} to create clusters').html_safe % { link_to_requirements: link_to_requirements }
%li
- link_to_container_project = link_to(s_('ClusterIntegration|Google Container Engine project'), target: '_blank', rel: 'noopener noreferrer')
- = s_('ClusterIntegration|A %{link_to_container_project} must have been created under this account').html_safe % { link_to_container_project: link_to_container_project }
= s_('ClusterIntegration|This account must have permissions to create a cluster in the %{link_to_container_project} specified below').html_safe % { link_to_container_project: link_to_container_project }