mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
fix(ui): Improve message on self-healing disabling panel (#26977) (cherry-pick #26978 for 3.4) (#26980)
Signed-off-by: Alberto Chiusole <chiusole@seqera.io> Co-authored-by: Alberto Chiusole <1922124+bebosudo@users.noreply.github.com>
This commit is contained in:
parent
ea71adbae5
commit
aced2b1b36
1 changed files with 1 additions and 1 deletions
|
|
@ -721,7 +721,7 @@ export const ApplicationSummary = (props: ApplicationSummaryProps) => {
|
|||
selfHeal ? 'Enable Self Heal?' : 'Disable Self Heal?',
|
||||
selfHeal
|
||||
? 'If checked, application will automatically sync when changes are detected'
|
||||
: 'Are you sure you want to enable automated self healing?',
|
||||
: 'If unchecked, application will not automatically sync when changes are detected',
|
||||
automated.prune,
|
||||
selfHeal,
|
||||
automated.enabled
|
||||
|
|
|
|||
Loading…
Reference in a new issue