Skip to content

Commit

Permalink
[8.8] [RAM] Edit maintenance window feature privilege label (#156295) (
Browse files Browse the repository at this point in the history
…#156398)

# Backport

This will backport the following commits from `main` to `8.8`:
- [[RAM] Edit maintenance window feature privilege label
(#156295)](#156295)

<!--- 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-02T14:24:38Z","message":"[RAM]
Edit maintenance window feature privilege label
(#156295)","sha":"8da8f89db15556ec405122a511ad40698ab808be","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","ui-copy","backport:prev-minor","v8.8.0","v8.9.0"],"number":156295,"url":"https://github.com/elastic/kibana/pull/156295","mergeCommit":{"message":"[RAM]
Edit maintenance window feature privilege label
(#156295)","sha":"8da8f89db15556ec405122a511ad40698ab808be"}},"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/156295","number":156295,"mergeCommit":{"message":"[RAM]
Edit maintenance window feature privilege label
(#156295)","sha":"8da8f89db15556ec405122a511ad40698ab808be"}}]}]
BACKPORT-->

Co-authored-by: Lisa Cawley <[email protected]>
  • Loading branch information
kibanamachine and lcawl authored May 2, 2023
1 parent 1e2fc15 commit 5f59575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
export const maintenanceWindowFeature: KibanaFeatureConfig = {
id: MAINTENANCE_WINDOW_FEATURE_ID,
name: i18n.translate('xpack.alerting.feature.maintenanceWindowFeatureName', {
defaultMessage: 'Maintenance Window',
defaultMessage: 'Maintenance Windows',
}),
category: DEFAULT_APP_CATEGORIES.management,
app: [],
Expand Down

0 comments on commit 5f59575

Please sign in to comment.