Skip to content

Commit

Permalink
fix(modal): Warning modal for disabling rule should say "disable" ins…
Browse files Browse the repository at this point in the history
…tead of "delete" (#1043)

(cherry picked from commit 796d317)
  • Loading branch information
jobayer12 authored and mergify[bot] committed Aug 2, 2023
1 parent fc8660e commit 6282850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Modal/DeleteWarningUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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',
};

Expand Down

0 comments on commit 6282850

Please sign in to comment.