fixed web editor confirmation message typo. EE-1501

This commit is contained in:
Felix Han
2021-08-23 13:30:32 +12:00
parent 7899538245
commit 98298d1e57

View File

@@ -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',