From 98298d1e57e1921297018ec2031eda6c12dff2a7 Mon Sep 17 00:00:00 2001 From: Felix Han Date: Mon, 23 Aug 2021 13:30:32 +1200 Subject: [PATCH] fixed web editor confirmation message typo. EE-1501 --- .../views/applications/create/createApplicationController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/kubernetes/views/applications/create/createApplicationController.js b/app/kubernetes/views/applications/create/createApplicationController.js index edfefb95a..3a2e4f9c9 100644 --- a/app/kubernetes/views/applications/create/createApplicationController.js +++ b/app/kubernetes/views/applications/create/createApplicationController.js @@ -214,7 +214,7 @@ class KubernetesCreateApplicationController { try { const confirmed = await this.ModalService.confirmAsync({ title: 'Are you sure?', - message: 'Any changes to this application will be overriden by the definition in git and may cause a service interruption. Do you wish to continue', + message: 'Any changes to this application will be overriden and may cause a service interruption. Do you wish to continue', buttons: { confirm: { label: 'Update',