From 1d57a20d68835652659dd5d3478da27adc46f96a Mon Sep 17 00:00:00 2001 From: Jobayer Ahmed Date: Thu, 1 Jun 2023 04:53:55 +0600 Subject: [PATCH] fix(modal): Warning modal for disabling rule should say "disable" instead of "delete" --- src/app/Modal/DeleteWarningUtils.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Modal/DeleteWarningUtils.tsx b/src/app/Modal/DeleteWarningUtils.tsx index 78f8e9fc4d..6767e8f1b6 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 Disable, the rule will be disabled`, + description: `If you click Disable, the rule will be disabled.`, ariaLabel: 'Automated rule disable warning', };