summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2019-09-16 17:59:57 -0500
committerMike Greiling <mike@pixelcog.com>2019-09-16 17:59:57 -0500
commitb6c141f08a132d61c1953bb8e46b268e6b720a44 (patch)
treeb4edc562c8f4d3ca2fd767890212c4bb7bb76f75
parent08e982a27665657ff0ed2961a77b8c75d90ebe0c (diff)
downloadgitlab-ce-feature/delete-gitlab-managed-apps-namespace.tar.gz
Correct grammar in helm deletion custom warning textfeature/delete-gitlab-managed-apps-namespace
-rw-r--r--app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue2
1 files changed, 1 insertions, 1 deletions
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: '<code>gitlab-managed-apps</code>',