Skip to content

Commit 25df43d

Browse files
authored
fix(ui): Improve message on self-healing disabling panel (#26977) (#26978)
Signed-off-by: Alberto Chiusole <chiusole@seqera.io>
1 parent 6b35246 commit 25df43d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/app/applications/components/application-summary/application-summary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ export const ApplicationSummary = (props: ApplicationSummaryProps) => {
721721
selfHeal ? 'Enable Self Heal?' : 'Disable Self Heal?',
722722
selfHeal
723723
? 'If checked, application will automatically sync when changes are detected'
724-
: 'Are you sure you want to enable automated self healing?',
724+
: 'If unchecked, application will not automatically sync when changes are detected',
725725
automated.prune,
726726
selfHeal,
727727
automated.enabled

0 commit comments

Comments
 (0)