added missing question mark to k8s confirmation modal

pull/5596/head
Felix Han 2021-09-03 13:29:27 +12:00
parent f540375eb7
commit f631c1757b
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ class KubernetesCreateApplicationController {
try { try {
const confirmed = await this.ModalService.confirmAsync({ const confirmed = await this.ModalService.confirmAsync({
title: 'Are you sure?', title: 'Are you sure?',
message: 'Any changes to this application will be overriden 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: { buttons: {
confirm: { confirm: {
label: 'Update', label: 'Update',

View File

@ -64,7 +64,7 @@ class KubernetesRedeployAppGitFormController {
const confirmed = await this.ModalService.confirmAsync({ const confirmed = await this.ModalService.confirmAsync({
title: 'Are you sure?', 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 by the definition in git and may cause a service interruption. Do you wish to continue?',
buttons: { buttons: {
confirm: { confirm: {
label: 'Update', label: 'Update',