From b70c5988d163eefa40dc110676d7dbb8c7ffcc45 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 df809566ce..22130953bb 100644 --- a/src/app/Modal/DeleteWarningUtils.tsx +++ b/src/app/Modal/DeleteWarningUtils.tsx @@ -85,7 +85,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', };