summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbikebilly <fabio@gitlab.com>2018-06-07 13:09:23 +0200
committerbikebilly <fabio@gitlab.com>2018-06-07 13:09:23 +0200
commita2ccadb8b6ad76132bb28251937401d0666829ec (patch)
tree7877b04c4b3a36b1b58cbfad643dc25d39fc8bbc
parentbe928829cfddf22c9608e02aa6ca2c03cf0a30b4 (diff)
downloadgitlab-ce-a2ccadb8b6ad76132bb28251937401d0666829ec.tar.gz
Change 'project ID' into 'project'
-rw-r--r--app/views/projects/clusters/gcp/_form.html.haml2
-rw-r--r--locale/gitlab.pot2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/clusters/gcp/_form.html.haml b/app/views/projects/clusters/gcp/_form.html.haml
index ca7a6d5a886..59c4eeec17a 100644
--- a/app/views/projects/clusters/gcp/_form.html.haml
+++ b/app/views/projects/clusters/gcp/_form.html.haml
@@ -15,7 +15,7 @@
= field.fields_for :provider_gcp, @cluster.provider_gcp do |provider_gcp_field|
.form-group
- = provider_gcp_field.label :gcp_project_id, s_('ClusterIntegration|Google Cloud Platform project ID')
+ = provider_gcp_field.label :gcp_project_id, s_('ClusterIntegration|Google Cloud Platform project')
.js-gcp-project-id-dropdown-entry-point{ data: { docsUrl: 'https://console.cloud.google.com/home/dashboard' } }
= provider_gcp_field.hidden_field :gcp_project_id
.dropdown
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index f63f2a89aa9..43afb140051 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -1086,7 +1086,7 @@ msgstr ""
msgid "ClusterIntegration|GitLab Runner"
msgstr ""
-msgid "ClusterIntegration|Google Cloud Platform project ID"
+msgid "ClusterIntegration|Google Cloud Platform project"
msgstr ""
msgid "ClusterIntegration|Google Kubernetes Engine"