Skip to content

Commit

Permalink
[8.8] [RAM][Maintenance Window] Fix UI text (#157821) (#158003)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.8`:
- [[RAM][Maintenance Window] Fix UI text
(#157821)](#157821)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Lisa
Cawley","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-05-17T15:01:24Z","message":"[RAM][Maintenance
Window] Fix UI text
(#157821)","sha":"af91ecc67aec20682c39f3dd5abeb18d104797bb","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","Feature:Alerting/RulesManagement","ui-copy","backport:prev-minor","v8.8.0","v8.9.0"],"number":157821,"url":"https://github.com/elastic/kibana/pull/157821","mergeCommit":{"message":"[RAM][Maintenance
Window] Fix UI text
(#157821)","sha":"af91ecc67aec20682c39f3dd5abeb18d104797bb"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/157821","number":157821,"mergeCommit":{"message":"[RAM][Maintenance
Window] Fix UI text
(#157821)","sha":"af91ecc67aec20682c39f3dd5abeb18d104797bb"}}]}]
BACKPORT-->

Co-authored-by: Lisa Cawley <[email protected]>
  • Loading branch information
kibanamachine and lcawl authored May 17, 2023
1 parent f8b1a48 commit 83749ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
}
);

Expand Down

0 comments on commit 83749ff

Please sign in to comment.