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"
  • Loading branch information
jobayer12 authored and andrewazores committed Aug 2, 2023
1 parent 781c376 commit 230595c
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 @@ -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',
};

Expand Down

0 comments on commit 230595c

Please sign in to comment.