From b6c141f08a132d61c1953bb8e46b268e6b720a44 Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Mon, 16 Sep 2019 17:59:57 -0500 Subject: [PATCH] Correct grammar in helm deletion custom warning text --- .../components/uninstall_application_confirmation_modal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue b/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue index 6a246484669..f1925c243f2 100644 --- a/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue +++ b/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue @@ -7,7 +7,7 @@ import { HELM, INGRESS, CERT_MANAGER, PROMETHEUS, RUNNER, KNATIVE, JUPYTER } fro const CUSTOM_APP_WARNING_TEXT = { [HELM]: sprintf( s__( - 'ClusterIntegration|The associated Tiller pod, the %{gitlabManagedAppsNamespace} namespace and all resources that belongs to it will be deleted and cannot be restored.', + 'ClusterIntegration|The associated Tiller pod, the %{gitlabManagedAppsNamespace} namespace, and all of its resources will be deleted and cannot be restored.', ), { gitlabManagedAppsNamespace: 'gitlab-managed-apps', -- GitLab