1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

added missing question mark to k8s confirmation modal

This commit is contained in:
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 {
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',