From 33551486572e4330c0e9f17c4d8395176ec70df1 Mon Sep 17 00:00:00 2001 From: Zacqary Adam Xeper Date: Mon, 22 May 2023 11:29:02 -0500 Subject: [PATCH] [RAM] Change truncated 'run action every' to visible 'run every' (#156753) ## Summary #155804 introduced this bug: Screenshot 2023-05-04 at 3 43 05 PM After: Screenshot 2023-05-04 at 3 45 09 PM --- .../sections/action_connector_form/action_notify_when.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_notify_when.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_notify_when.tsx index f63a54cce5b5d3..ac888743832e5a 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_notify_when.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_notify_when.tsx @@ -330,7 +330,7 @@ export const ActionNotifyWhen = ({ prepend={i18n.translate( 'xpack.triggersActionsUI.sections.ruleForm.frequencyNotifyWhen.label', { - defaultMessage: 'Run action every', + defaultMessage: 'Run every', } )} onChange={(e) => {