1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-29 18:29:44 +02:00

added question marks to k8s app confirmation modal

This commit is contained in:
Felix Han 2021-09-06 01:09:22 +12:00
parent 8449f895e9
commit c809a5dbf2
2 changed files with 3 additions and 2 deletions

View file

@ -155,7 +155,7 @@ class KubernetesCreateApplicationController {
try {
const confirmed = await this.ModalService.confirmAsync({
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: {
confirm: {
label: 'Update',