Skip to content

ref(ui): Change bulk delete modal text from 'automations' to 'alerts'#113631

Merged
souredoutlook merged 1 commit into
masterfrom
cursor/change-bulk-delete-to-alerts-4c2e
Apr 22, 2026
Merged

ref(ui): Change bulk delete modal text from 'automations' to 'alerts'#113631
souredoutlook merged 1 commit into
masterfrom
cursor/change-bulk-delete-to-alerts-4c2e

Conversation

@souredoutlook

Copy link
Copy Markdown
Contributor

Problem

The bulk deletion confirmation modal for alerts was using the term "automations" instead of "alerts", which was inconsistent with the rest of the alerts UI and other confirmation modals in the same component.

Solution

Updated the getDeleteConfirmMessage function in the automations list table to use "alerts" terminology instead of "automations" for:

  • Single item deletion: "Are you sure you want to delete this 1 alert?"
  • Multiple item deletion: "Are you sure you want to delete these N alerts?"
  • Query-based deletion: "Are you sure you want to delete all N alerts that match the search?"

This aligns the delete confirmation with the enable/disable confirmations which already use "alerts" terminology.

Testing

The change affects only display text in the confirmation modal. The functionality remains unchanged.

Slack Thread

Open in Web Open in Cursor 

Update the bulk deletion confirmation modal to use 'alerts' terminology
instead of 'automations' for consistency with the rest of the alerts UI.

Co-authored-by: Nicholas Meisenheimer <souredoutlook@users.noreply.github.com>
@souredoutlook
souredoutlook requested a review from a team as a code owner April 22, 2026 02:59
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 22, 2026
@souredoutlook
souredoutlook enabled auto-merge (squash) April 22, 2026 16:22
@souredoutlook
souredoutlook merged commit 30a1162 into master Apr 22, 2026
76 of 78 checks passed
@souredoutlook
souredoutlook deleted the cursor/change-bulk-delete-to-alerts-4c2e branch April 22, 2026 16:27
@github-actions github-actions Bot locked and limited conversation to collaborators May 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants