Skip to content

Resolve "Fix GKE wording"

Fabio Busatto requested to merge 39648-fix-gke-wording into master

What does this MR do?

This MR changes two sentences for CI/CD > Cluster page, to make them correct from a technical point of view.

ClusterIntegration|Removing cluster integration will remove the cluster configuration you have added to this project. It will not delete your project.

is now

ClusterIntegration|Removing cluster integration will remove the cluster configuration you have added to this project. It will not delete your cluster on Google Container Engine.

and

ClusterIntegration|A %{link_to_container_project} must have been created under this account

is now

ClusterIntegration|This account must have permissions to create a cluster in the %{link_to_container_project} specified below

Since these sentences are localized, it also changes them in the locale files.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Current wording is technically incorrect.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #39648 (closed)

Edited by Fabio Busatto

Merge request reports