From 83749ff1690c1cb7d4eb5dea3d3466db3a954bbd Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 17 May 2023 13:10:20 -0400 Subject: [PATCH] [8.8] [RAM][Maintenance Window] Fix UI text (#157821) (#158003) # Backport This will backport the following commits from `main` to `8.8`: - [[RAM][Maintenance Window] Fix UI text (#157821)](https://github.com/elastic/kibana/pull/157821) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Lisa Cawley --- .../alerting/public/pages/maintenance_windows/translations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/alerting/public/pages/maintenance_windows/translations.ts b/x-pack/plugins/alerting/public/pages/maintenance_windows/translations.ts index 3197c64583815..297afd980a97e 100644 --- a/x-pack/plugins/alerting/public/pages/maintenance_windows/translations.ts +++ b/x-pack/plugins/alerting/public/pages/maintenance_windows/translations.ts @@ -80,7 +80,7 @@ export const CREATE_MAINTENANCE_WINDOW_DESCRIPTION = i18n.translate( 'xpack.alerting.maintenanceWindows.create.description', { defaultMessage: - 'Schedule a single or recurring period in which rule notifications cease and alerts are in maintenance mode.', + 'Schedule a single or recurring period in which new alerts do not send notifications.', } );