Skip to content

Commit

Permalink
[RAM] Change truncated 'run action every' to visible 'run every' (ela…
Browse files Browse the repository at this point in the history
…stic#156753)

## Summary

elastic#155804 introduced this bug:

<img width="568" alt="Screenshot 2023-05-04 at 3 43 05 PM"
src="https://user-images.githubusercontent.com/1445834/236325207-6ba7ba7d-c056-4444-9cf4-f3e6287c271b.png">


After:

<img width="562" alt="Screenshot 2023-05-04 at 3 45 09 PM"
src="https://user-images.githubusercontent.com/1445834/236325256-34926a1a-8630-469f-8bdc-01f375648779.png">
  • Loading branch information
Zacqary authored and delanni committed May 25, 2023
1 parent 7a1a694 commit 3355148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 3355148

Please sign in to comment.