summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/javascripts/clusters/components/applications.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/javascripts/clusters/components/applications.vue b/app/assets/javascripts/clusters/components/applications.vue
index 386b570d025..780c335cd37 100644
--- a/app/assets/javascripts/clusters/components/applications.vue
+++ b/app/assets/javascripts/clusters/components/applications.vue
@@ -206,9 +206,10 @@
v-if="!ingressExternalIp"
class="settings-message js-no-ip-message"
>
- {{ s__(`ClusterIntegration|The IP address is still in
- the process of being assigned, please check your Kubernetes
+ {{ s__(`ClusterIntegration|The IP address is in
+ the process of being assigned. Please check your Kubernetes
cluster or Quotas on GKE if it takes a long time.`) }}
+
<a
:href="ingressHelpPath"
target="_blank"