diff --git a/app/portainer/components/forms/git-form/git-form-auto-update-fieldset/git-form-auto-update-fieldset.html b/app/portainer/components/forms/git-form/git-form-auto-update-fieldset/git-form-auto-update-fieldset.html index b9d8d3a21..7d4959a10 100644 --- a/app/portainer/components/forms/git-form/git-form-auto-update-fieldset/git-form-auto-update-fieldset.html +++ b/app/portainer/components/forms/git-form/git-form-auto-update-fieldset/git-form-auto-update-fieldset.html @@ -6,7 +6,7 @@
- Any changes to this stack made locally in Portainer will be overriden by an updated git definition, which may cause service interruption. + Any changes to this stack or application made locally in Portainer will be overridden, which may cause service interruption.
- - Any changes to this stack made locally in Portainer will be overriden by the current git definition and may cause service interruption. + + When enabled, enforces automatic deployment at each interval or webhook invocation.
diff --git a/app/portainer/components/forms/stack-redeploy-git-form/stack-redeploy-git-form.controller.js b/app/portainer/components/forms/stack-redeploy-git-form/stack-redeploy-git-form.controller.js index 06e1389f3..a13d0c555 100644 --- a/app/portainer/components/forms/stack-redeploy-git-form/stack-redeploy-git-form.controller.js +++ b/app/portainer/components/forms/stack-redeploy-git-form/stack-redeploy-git-form.controller.js @@ -90,7 +90,7 @@ class StackRedeployGitFormController { try { const confirmed = await this.ModalService.confirmAsync({ title: 'Are you sure?', - message: 'Any changes to this stack made locally in Portainer will be overridden by the definition in git and may cause a service interruption. Do you wish to continue', + message: 'Any changes to this stack or application made locally in Portainer will be overridden, which may cause service interruption.', buttons: { confirm: { label: 'Update',