mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 22:39:41 +02:00
fix(app): update redeploy wording [EE-4889] (#8317)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
0cd272211a
commit
e6d0e297dd
2 changed files with 3 additions and 3 deletions
|
@ -236,8 +236,8 @@ class KubernetesApplicationController {
|
|||
async redeployApplicationAsync() {
|
||||
const confirmed = await this.ModalService.confirmAsync({
|
||||
title: 'Are you sure?',
|
||||
message: 'Terminating and restarting the application will cause service interruption. Do you wish to continue?',
|
||||
buttons: { confirm: { label: 'Terminate and restart', className: 'btn-primary' } },
|
||||
message: 'Redeploying the application may cause a service interruption. Do you wish to continue?',
|
||||
buttons: { confirm: { label: 'Redeploy', className: 'btn-primary' } },
|
||||
});
|
||||
if (!confirmed) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue