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 committed May 31, 2023
1 parent 9e13b52 commit b70c598
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 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 b70c598

Please sign in to comment.