diff --git a/src/app/Modal/DeleteWarningUtils.tsx b/src/app/Modal/DeleteWarningUtils.tsx index 1af367e23..6767e8f1b 100644 --- a/src/app/Modal/DeleteWarningUtils.tsx +++ b/src/app/Modal/DeleteWarningUtils.tsx @@ -63,7 +63,7 @@ export const DisableAutomatedRules: DeleteOrDisableWarning = { id: DeleteOrDisableWarningType.DisableAutomatedRules, title: 'Disable your Automated Rule?', label: 'Disable Automated Rule', - description: `If you click delete, the rule will be disabled.`, + description: `If you click Disable, the rule will be disabled.`, ariaLabel: 'Automated rule disable warning', };