fixed web editor confirmation message typo. EE-1501
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user