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:
argo-cd-cherry-pick-bot[bot] 2026-03-24 17:57:32 +02:00 committed by GitHub
parent ea71adbae5
commit aced2b1b36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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