From 02939eb46904bf536ae8f6a7b8dad5c8e1be3c09 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 27 Oct 2023 14:22:10 -0700 Subject: [PATCH] [RAM] Edits rule role visibility label --- .../sections/rule_form/rule_form_consumer_selection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_consumer_selection.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_consumer_selection.tsx index f5f92c72fa521..48cc52bc609d4 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_consumer_selection.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_form_consumer_selection.tsx @@ -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', } );