From cdc55d7ca95057cf35955defd1a654e8dfad89fe Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Thu, 2 Nov 2023 08:00:23 -0700 Subject: [PATCH] [RAM] Edits rule role visibility label (#170075) --- .../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 ac2c61bedd78b..58ce0c4cc3062 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', } );