Skip to content

Commit 7f12056

Browse files
authored
[Response Ops][Alerting] Add missing acknowledged alert state copy (elastic#226020)
## Summary Includes `acknowledged` alert state to inactive description <img width="798" alt="Screenshot 2025-07-01 at 16 27 24" src="https://github.com/user-attachments/assets/31db6a17-7d4b-45fe-a098-691896ad1b23" />
1 parent df3822c commit 7f12056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/packages/shared/response-ops/alerts-delete/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const INACTIVE_ALERTS_DESCRIPTION = i18n.translate(
4747
'responseOpsAlertDelete.inactiveAlertsDescription',
4848
{
4949
defaultMessage:
50-
'Remove alerts that were recovered, closed, or untracked longer than the threshold',
50+
'Remove alerts that were recovered, closed, acknowledged, or untracked longer than the threshold',
5151
}
5252
);
5353

0 commit comments

Comments
 (0)