Skip to content

Commit

Permalink
[8.11] [RAM] Edits rule role visibility label (#170075) (#170434)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.11`:
- [[RAM] Edits rule role visibility label
(#170075)](#170075)

<!--- 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-11-02T15:00:23Z","message":"[RAM]
Edits rule role visibility label
(#170075)","sha":"cdc55d7ca95057cf35955defd1a654e8dfad89fe","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Alerting","release_note:skip","Team:ResponseOps","ui-copy","backport:prev-minor","v8.12.0","v8.11.1"],"number":170075,"url":"https://github.com/elastic/kibana/pull/170075","mergeCommit":{"message":"[RAM]
Edits rule role visibility label
(#170075)","sha":"cdc55d7ca95057cf35955defd1a654e8dfad89fe"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/170075","number":170075,"mergeCommit":{"message":"[RAM]
Edits rule role visibility label
(#170075)","sha":"cdc55d7ca95057cf35955defd1a654e8dfad89fe"}},{"branch":"8.11","label":"v8.11.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Lisa Cawley <[email protected]>
  • Loading branch information
kibanamachine and lcawl authored Nov 2, 2023
1 parent 2bfda0e commit 54b31fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { IErrorObject, RuleCreationValidConsumer } from '../../../types';
const SELECT_LABEL: string = i18n.translate(
'xpack.triggersActionsUI.sections.ruleFormConsumerSelectionModal.selectLabel',
{
defaultMessage: 'Select role visibility',
defaultMessage: 'Role visibility',
}
);

Expand Down

0 comments on commit 54b31fb

Please sign in to comment.